Tidied PKGBUILD
This commit is contained in:
parent
ec7bab44e1
commit
0d11c291cd
2
.SRCINFO
2
.SRCINFO
@ -12,7 +12,7 @@ pkgbase = librespeed-go
|
||||
license = LGPL3
|
||||
makedepends = go>=1.13
|
||||
optdepends = mariadb: database
|
||||
optdepends = postgres: database
|
||||
optdepends = postgresql: database
|
||||
conflicts = librespeed-go-bin
|
||||
backup = etc/librespeed/settings.toml
|
||||
backup = var/lib/librespeed/speedtest.db
|
||||
|
2
PKGBUILD
2
PKGBUILD
@ -10,7 +10,7 @@ arch=("i386" "x86_64" "aarch64" "armv5h" "armv6h" "armv7h")
|
||||
conflicts=("librespeed-go-bin")
|
||||
makedepends=("go>=1.13")
|
||||
optdepends=("mariadb: database"
|
||||
"postgres: database")
|
||||
"postgresql: database")
|
||||
source=("https://github.com/librespeed/speedtest-go/archive/v$pkgver.zip"
|
||||
"librespeed.service"
|
||||
"librespeed.sysusers"
|
||||
|
Loading…
Reference in New Issue
Block a user