summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Fan2017-03-25 14:47:39 +0800
committerGeorge Fan2017-03-25 14:47:39 +0800
commitfd454a31dbbb8d41504f2d68fc3d99ea68a436f4 (patch)
treecbab53bee999805decce53a7a9a93c5e88e33d43
parent6635d325265aebf86afc7b3a894275aac0ab2cb5 (diff)
downloadaur-fd454a31dbbb8d41504f2d68fc3d99ea68a436f4.tar.gz
Bump to 4.10.5-1
-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 f9d2c72bd96c..c2f6aa69d706 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-userns
- pkgver = 4.10.4
+ pkgver = 4.10.5
pkgrel = 1
url = https://www.kernel.org/
arch = i686
@@ -14,18 +14,18 @@ pkgbase = linux-userns
options = !strip
source = https://cdn.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://cdn.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://cdn.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
source = ubuntu-unprivileged-overlayfs.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b
sha256sums = SKIP
- sha256sums = 68e935fbe1c3faaf186824a44b79a26f1ab85f04a1dade2e5bce5f8c2941624d
+ sha256sums = 03c64409653b19d39af54c8781fde0a3747ba16577c9e5b0e1031e5d8fc29db6
sha256sums = SKIP
sha256sums = 386051f19482672c871e7865fc62f5e2c8010d857729134ba13044734962e42c
sha256sums = 12a87284e2935cd17e2846a207cc76f1728531416523735d66ef8a0ae690884c
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 2679dd7a09fc..7a7dcccca838 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=linux-userns
_srcname=linux-4.10
-pkgver=4.10.4
+pkgver=4.10.5
pkgrel=1
arch=('i686' 'x86_64')
url="https://www.kernel.org/"
@@ -19,14 +19,14 @@ source=("https://cdn.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'
'ubuntu-unprivileged-overlayfs.patch')
sha256sums=('3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b'
'SKIP'
- '68e935fbe1c3faaf186824a44b79a26f1ab85f04a1dade2e5bce5f8c2941624d'
+ '03c64409653b19d39af54c8781fde0a3747ba16577c9e5b0e1031e5d8fc29db6'
'SKIP'
'386051f19482672c871e7865fc62f5e2c8010d857729134ba13044734962e42c'
'12a87284e2935cd17e2846a207cc76f1728531416523735d66ef8a0ae690884c'
@@ -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}