summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2016-08-22 15:07:29 +0200
committerNicolas Iooss2016-08-22 15:07:29 +0200
commitd43bfe5361a327fe9c3e09b23e20ba4267c7d493 (patch)
tree5e0cb4cbf900d9af014ca76e1c99c3a2b0f46e73 /PKGBUILD
parentcb6db071dfb98bc1ea19a4d139a96761000529da (diff)
downloadaur-d43bfe5361a327fe9c3e09b23e20ba4267c7d493.tar.gz
linux-selinux 4.7.1-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24c22f51799d..c5767c3f2d87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=linux-selinux
_srcname=linux-4.7
-pkgver=4.7
+pkgver=4.7.1
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
@@ -15,8 +15,8 @@ options=('!strip')
groups=(selinux)
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"
- #"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign"
+ "https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
+ "https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign"
# the main kernel config files
'config' 'config.x86_64'
# standard config files for mkinitcpio ramdisk
@@ -25,8 +25,10 @@ source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
sha256sums=('5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10'
'SKIP'
- 'ab36abd1abdc8706c09a74a9a08ba1921a165c7759f509364e0f0947969ed7c9'
- '42b025f3d7e3a1f2eb68b4396a97ff30f2dfc234ed2499fe033c286da4f0c3ff'
+ '838fa595436fbf9f70759aa43c1cacd83cc0adc95d166648c1625ebd50fad04e'
+ 'SKIP'
+ '7408ac7cf0f0c3682f4e293013c8edf0f3d806a89f6ebb61524d2c5859f5fa7f'
+ 'f753b9cb618dbce45746026143a0571d33e3a41dcd94d9fa98bfc0c509030fc1'
'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
validpgpkeys=(
@@ -40,7 +42,7 @@ prepare() {
cd "${srcdir}/${_srcname}"
# add upstream patch
- #patch -p1 -i "${srcdir}/patch-${pkgver}"
+ patch -p1 -i "${srcdir}/patch-${pkgver}"
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git