summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-06 16:46:29 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-06 16:56:46 +0100
commitbf8f1f4203ed225397cac02b3d107d7efc0cfaa0 (patch)
tree723458c79fc1569bfc49e1af2b006890f720526b
parent32e1fb16c53da5e6ef746c9c8340beabab97b4a4 (diff)
pcr/libqb: fixed syntax errors in PKGBUILD
-rw-r--r--pcr/libqb/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/libqb/PKGBUILD b/pcr/libqb/PKGBUILD
index b9df1a905..45d3a5f4b 100644
--- a/pcr/libqb/PKGBUILD
+++ b/pcr/libqb/PKGBUILD
@@ -13,11 +13,11 @@ makedepends=(
doxygen
splint
)
-license=LGPL2.1
+license=(LGPL2.1)
options=(!libtool)
url=https://github.com/asalkeld/$pkgname/wiki
-source=https://github.com/asalkeld/$pkgname/archive/v$pkgver.tar.gz
-sha512sums=1377e38d5547eb516b255c0aa0972e858048053202692d7d5ef1c746d79dee2c78eddc29e797215376990f2c776b34261f765858606b59d77f9218fb0dac5977
+source=(https://github.com/asalkeld/$pkgname/archive/v$pkgver.tar.gz)
+sha512sums=(1377e38d5547eb516b255c0aa0972e858048053202692d7d5ef1c746d79dee2c78eddc29e797215376990f2c776b34261f765858606b59d77f9218fb0dac5977)
build() {
cd $srcdir/$pkgname-$pkgver