summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2014-10-13 21:57:08 +0200
committerNicolas Iooss2015-06-27 11:44:57 +0800
commitf51799432126840d9b7ca2c22c24d52936895b0d (patch)
tree2764e311624b8ae8c54f3ee577ade6227b888ea1 /PKGBUILD
parent1802829602075d3f2d1c96dee440be3aee05e6e7 (diff)
downloadaur-f51799432126840d9b7ca2c22c24d52936895b0d.tar.gz
linux-selinux 3.16.4-1 update
While at it, remove the workaround for the AUR web interface.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8db44a1745ba..231c6b4cfb31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=linux-selinux
_srcname=linux-3.16
-pkgver=3.16.3
+pkgver=3.16.4
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
@@ -23,7 +23,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
'compal-laptop-hwmon-fix.patch'
)
sha256sums=('4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0'
- '3fbe03714f943605d711ff317aa52053e29bc50e63a8e6a17c2504cde1160208'
+ 'bfd65be726f596c0e46f472efa33c46c01be5d44ed93ef645c313a6823e6e6fb'
'19f703141aacbd61ed3b913b24dee794950b2978e0b2d60c3f4a717e45922f4e'
'c1841e14ff98ff63052949ab97331d535180e94db7c5bc94e2d8154e286e5b6a'
'375da3b030f17581cbf5be9140b79029ca85eebc70197f419a4de77e00fa84e9'
@@ -294,16 +294,12 @@ _package-docs() {
rm -f "${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/DocBook/Makefile"
}
-true && pkgname=("${pkgbase}" "${pkgbase}-headers" "${pkgbase}-docs")
+pkgname=("${pkgbase}" "${pkgbase}-headers" "${pkgbase}-docs")
for _p in ${pkgname[@]}; do
eval "package_${_p}() {
+ $(declare -f "_package${_p#${pkgbase}}")
_package${_p#${pkgbase}}
}"
done
-workaround_for_the_aur_webinterface='
-pkgname="linux-selinux"
-pkgdesc="The Linux-SELinux kernel and modules"
-'
-
# vim:set ts=8 sts=2 sw=2 et: