summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2016-03-28 02:17:26 +0200
committerMikael Eriksson2016-03-28 02:17:43 +0200
commitc5ef710ba050f5f20818a83909d97d177ccfc945 (patch)
tree9405cb62f249a96a5793530cc2be8a4d441d3e15
parent5c1d3f938874b5acac33c90068024be8a160ea0a (diff)
downloadaur-c5ef710ba050f5f20818a83909d97d177ccfc945.tar.gz
4.6rc1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7a9310cc0af..fc84a4cab452 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Tue Mar 15 00:04:03 UTC 2016
+# Mon Mar 28 00:17:43 UTC 2016
pkgbase = linux-mainline
- pkgver = 4.5
+ pkgver = 4.6rc1
pkgrel = 1
url = http://www.kernel.org/
arch = i686
@@ -14,11 +14,13 @@ pkgbase = linux-mainline
makedepends = bc
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.5.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/testing/patch-4.6-rc1.xz
source = config
source = config.x86_64
source = linux.preset
source = change-default-console-loglevel.patch
sha256sums = a40defb401e01b37d6b8c8ad5c1bbab665be6ac6310cdeed59950c96b31a519c
+ sha256sums = a1b27b783b720faea7b188e3b2c010fe1833155df7e0b5adabb05641e02e075a
sha256sums = fbbae1d873900e84d1b7ef00593fbb94fc79f078a34b22ee824bab8b0a92be64
sha256sums = 756a168bbc3bb582f0df45b977c32af53658f21d62fe15171c9ac85f52d8852a
sha256sums = f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c
diff --git a/PKGBUILD b/PKGBUILD
index 7c126fcef29f..6d747804cf9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
pkgbase=linux-mainline # Build stock -ARCH kernel
#pkgbase=linux-custom # Build kernel with a different name
_srcname=linux-4.5
-_patchname=patch-4.5-rc7
-pkgver=4.5
+_patchname=patch-4.6-rc1
+pkgver=4.6rc1
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
@@ -17,7 +17,7 @@ license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
options=('!strip')
source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
- #"https://www.kernel.org/pub/linux/kernel/v4.x/testing/${_patchname}.xz"
+ "https://www.kernel.org/pub/linux/kernel/v4.x/testing/${_patchname}.xz"
#"https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign"
#"https://www.kernel.org/pub/linux/kernel/v4.x/testing/${_patchname}.sign"
# the main kernel config files
@@ -26,6 +26,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
'linux.preset'
'change-default-console-loglevel.patch')
sha256sums=('a40defb401e01b37d6b8c8ad5c1bbab665be6ac6310cdeed59950c96b31a519c'
+ 'a1b27b783b720faea7b188e3b2c010fe1833155df7e0b5adabb05641e02e075a'
'fbbae1d873900e84d1b7ef00593fbb94fc79f078a34b22ee824bab8b0a92be64'
'756a168bbc3bb582f0df45b977c32af53658f21d62fe15171c9ac85f52d8852a'
'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
@@ -45,7 +46,7 @@ prepare() {
# patch -p1 -i "${srcdir}/patch-${pkgver}"
# mainline: add patch
- #patch -p1 -i "${srcdir}/${_patchname}"
+ patch -p1 -i "${srcdir}/${_patchname}"
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git