summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-lts-grsec-knock
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-14 23:13:35 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-14 23:13:35 -0300
commitdad9833bcb9ef279ae4cc11234442506c3f41ff8 (patch)
treed3011da36b17ccf45ae3f9ba58df2bd62861d5d4 /kernels/linux-libre-lts-grsec-knock
parent90149684a7be3d87563c3eb1aaf6ba256b7c71dd (diff)
linux-libre-lts-grsec-knock: fix url array
Diffstat (limited to 'kernels/linux-libre-lts-grsec-knock')
-rw-r--r--kernels/linux-libre-lts-grsec-knock/PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernels/linux-libre-lts-grsec-knock/PKGBUILD b/kernels/linux-libre-lts-grsec-knock/PKGBUILD
index 3777f79e7..cab37945a 100644
--- a/kernels/linux-libre-lts-grsec-knock/PKGBUILD
+++ b/kernels/linux-libre-lts-grsec-knock/PKGBUILD
@@ -26,8 +26,7 @@ _archpkgver=${_pkgver%-*}.${_timestamp}
pkgver=${_pkgver//-/_}.${_timestamp}
pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
-url="https://grsecurity.net/
- https://gnunet.org/knock"
+url=("https://grsecurity.net/" "https://gnunet.org/knock")
license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
options=('!strip')