summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2017-03-25 14:02:12 +0100
committerNicolas Iooss2017-03-25 14:02:12 +0100
commitb8e33bc19395bdf807740ba71effe05c817ec857 (patch)
treeccafa5a515165e81fd4a148ad87de4386187ae55
parent660bb6fc46761c3da0f7cd16553be7b8f2532c17 (diff)
downloadaur-b8e33bc19395bdf807740ba71effe05c817ec857.tar.gz
linux-selinux 4.10.5-1 update
-rw-r--r--.SRCINFO10
-rw-r--r--90-linux.hook (renamed from 99-linux.hook)0
-rw-r--r--PKGBUILD10
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de62a2e8deb1..c6b90aa7c653 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-selinux
- pkgver = 4.10.4
+ pkgver = 4.10.5
pkgrel = 1
url = https://www.kernel.org/
arch = i686
@@ -15,17 +15,17 @@ pkgbase = linux-selinux
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.10.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.10.tar.sign
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.10.4.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.10.4.sign
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.10.5.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.10.5.sign
source = config.i686
source = config.x86_64
- source = 99-linux.hook
+ source = 90-linux.hook
source = linux.preset
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b
sha256sums = SKIP
- sha256sums = 68e935fbe1c3faaf186824a44b79a26f1ab85f04a1dade2e5bce5f8c2941624d
+ sha256sums = 03c64409653b19d39af54c8781fde0a3747ba16577c9e5b0e1031e5d8fc29db6
sha256sums = SKIP
sha256sums = 1c29c3df6e1b75d6c1bddcb249585e543b1c25545d5a9f6db64fbb93d16d146b
sha256sums = f38fd9ec68fc46f850a2ecdd8fb5e58b2418a83d5f8a2167af787de8c9f94027
diff --git a/99-linux.hook b/90-linux.hook
index 9851151995bc..9851151995bc 100644
--- a/99-linux.hook
+++ b/90-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index 29045100bcef..8c4f38fc77f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=linux-selinux
_srcname=linux-4.10
-pkgver=4.10.4
+pkgver=4.10.5
pkgrel=1
arch=('i686' 'x86_64')
url="https://www.kernel.org/"
@@ -19,13 +19,13 @@ source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
# the main kernel config files
'config.i686' 'config.x86_64'
# pacman hook for initramfs regeneration
- '99-linux.hook'
+ '90-linux.hook'
# standard config files for mkinitcpio ramdisk
'linux.preset')
sha256sums=('3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b'
'SKIP'
- '68e935fbe1c3faaf186824a44b79a26f1ab85f04a1dade2e5bce5f8c2941624d'
+ '03c64409653b19d39af54c8781fde0a3747ba16577c9e5b0e1031e5d8fc29db6'
'SKIP'
'1c29c3df6e1b75d6c1bddcb249585e543b1c25545d5a9f6db64fbb93d16d146b'
'f38fd9ec68fc46f850a2ecdd8fb5e58b2418a83d5f8a2167af787de8c9f94027'
@@ -120,8 +120,8 @@ _package() {
install -D -m644 /dev/stdin "${pkgdir}/etc/mkinitcpio.d/${pkgbase}.preset"
# install pacman hook for initramfs regeneration
- sed "s|%PKGBASE%|${pkgbase}|g" "${srcdir}/99-linux.hook" |
- install -D -m644 /dev/stdin "${pkgdir}/usr/share/libalpm/hooks/99-${pkgbase}.hook"
+ sed "s|%PKGBASE%|${pkgbase}|g" "${srcdir}/90-linux.hook" |
+ install -D -m644 /dev/stdin "${pkgdir}/usr/share/libalpm/hooks/90-${pkgbase}.hook"
# remove build and source links
rm -f "${pkgdir}"/lib/modules/${_kernver}/{source,build}