diff --git a/.SRCINFO b/.SRCINFO index 51041b3..b86348b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = librespeed-go - pkgdesc = Very lightweight speed test implemented in Javascript, using XMLHttpRequest and Web Workers + pkgdesc = LibreSpeed speed test backend written in go pkgver = 1.1.5 - pkgrel = 1 + pkgrel = 2 url = https://github.com/librespeed/speedtest-go arch = i386 arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index 4d4a8a6..c804059 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ pkgname="librespeed-go" pkgver=1.1.5 -pkgrel=1 -pkgdesc="Very lightweight speed test implemented in Javascript, using XMLHttpRequest and Web Workers" +pkgrel=2 +pkgdesc="LibreSpeed speed test backend written in go" url="https://github.com/librespeed/speedtest-go" license=("LGPL3") arch=("i386" "x86_64" "aarch64" "armv5h" "armv6h" "armv7h")