summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2017-05-22 16:18:56 +0200
committerMikael Eriksson2017-05-22 16:18:56 +0200
commit575a4303390fc8596b42703b3cc83fbadf3c6923 (patch)
treedc749abd6ed70c0575ebc425b178e00f1de98370
parentac8c1eb23a56916e4bca3510b07383caaa6fcd75 (diff)
downloadaur-575a4303390fc8596b42703b3cc83fbadf3c6923.tar.gz
Use the correct patch
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 406f33511953..f6460e980cb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 22 10:22:35 UTC 2017
+# Mon May 22 14:18:56 UTC 2017
pkgbase = linux-mainline
pkgver = 4.12rc2
- pkgrel = 1
+ pkgrel = 2
url = https://www.kernel.org/
arch = i686
arch = x86_64
@@ -15,13 +15,13 @@ pkgbase = linux-mainline
makedepends = libelf
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.11.tar.xz
- source = patch-4.12-rc2::https://git.kernel.org/torvalds/p/v4.12-rc1/v4.11
+ source = patch-4.12-rc2::https://git.kernel.org/torvalds/p/v4.12-rc2/v4.11
source = config.i686
source = config.x86_64
source = 90-linux.hook
source = linux.preset
sha256sums = b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6
- sha256sums = 516dc994c0d1872f27bb83e07f6d2dd506594ae0bc88e5a11e5637dc2b446f2f
+ sha256sums = 76e32580cc6fa58e016453856267d61e2b2c464d3bf6808f26c32de9729023fa
sha256sums = e4e928488d35ba2b4049bd224dee87be9eb574ed3c1882f22c8fd5d8674c9abd
sha256sums = 2e38528bd2f1be712f5a274b66882c41d2a9cf996b3a05b4a772c8ba7309b261
sha256sums = 834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0
diff --git a/PKGBUILD b/PKGBUILD
index 92b0ec6fcebd..a6d68ffc3b8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@ pkgbase=linux-mainline # Build stock -ARCH kernel
_srcname=linux-4.11
_patchname=patch-4.12-rc2
pkgver=4.12rc2
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="https://www.kernel.org/"
license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'libelf')
options=('!strip')
source=("https://cdn.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
- "${_patchname}::https://git.kernel.org/torvalds/p/v4.12-rc1/v4.11"
+ "${_patchname}::https://git.kernel.org/torvalds/p/v4.12-rc2/v4.11"
#"https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign"
# the main kernel config files
'config.i686' 'config.x86_64'
@@ -28,7 +28,7 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
)
sha256sums=('b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6'
- '516dc994c0d1872f27bb83e07f6d2dd506594ae0bc88e5a11e5637dc2b446f2f'
+ '76e32580cc6fa58e016453856267d61e2b2c464d3bf6808f26c32de9729023fa'
'e4e928488d35ba2b4049bd224dee87be9eb574ed3c1882f22c8fd5d8674c9abd'
'2e38528bd2f1be712f5a274b66882c41d2a9cf996b3a05b4a772c8ba7309b261'
'834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'