summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonard König2016-02-17 00:07:50 +0100
committerLeonard König2016-02-17 00:07:50 +0100
commitd50afd7090a0769b0c1d2f087c181cb891cb4db4 (patch)
tree3c36d878b8f4ab06a916a0e3c9f6fecb76c695cf /PKGBUILD
parentaeb44e3a8c73aeee2c0c4ce52e183a15ffc0b365 (diff)
downloadaur-d50afd7090a0769b0c1d2f087c181cb891cb4db4.tar.gz
fix provides array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d43a32816276..0501cf9ae3cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ url="http://www.kernel.org/"
license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
options=('!strip')
-provides=linux
+provides=('linux')
source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
"https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign"
"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"