summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2015-09-13 11:47:35 +0200
committerMikael Eriksson2015-09-13 11:47:35 +0200
commit09373f7716f9d7b775950c0e22fbbf715196c026 (patch)
tree45027aeba8efddf5357eaf49b1086394bcb621c2
parent05df5c5b66fd2c34a9c40a5a433141a47818ddd5 (diff)
downloadaur-09373f7716f9d7b775950c0e22fbbf715196c026.tar.gz
4.3rc1-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10d4fbd5a6a5..d80e2849078d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-mainline
- pkgver = 4.2
+ pkgver = 4.3rc1
pkgrel = 1
url = http://www.kernel.org/
arch = i686
@@ -12,11 +12,13 @@ pkgbase = linux-mainline
makedepends = bc
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.2.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/testing/patch-4.3-rc1.xz
source = config
source = config.x86_64
source = linux.preset
source = change-default-console-loglevel.patch
sha256sums = cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb
+ sha256sums = 5248a8e4fcf347cd918622b8f17057b50a8c367758fd4aed9b9e9dff0ad6a8d0
sha256sums = f4c6a5c2fc0ee2b792e43f4c1846b995051901a502fb97885d2296af55fa193d
sha256sums = 58d49d4a3f6152394d903fd09113116fa3a0939d7d7ee419b2edbbd0c30e1755
sha256sums = f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c
@@ -30,20 +32,20 @@ pkgname = linux-mainline
depends = kmod
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
- provides = kernel26-mainline=4.2
+ provides = kernel26-mainline=4.3rc1
conflicts = kernel26-mainline
replaces = kernel26-mainline
backup = etc/mkinitcpio.d/linux-mainline.preset
pkgname = linux-mainline-headers
pkgdesc = Header files and scripts for building modules for Linux-mainline kernel
- provides = kernel26-mainline-headers=4.2
+ provides = kernel26-mainline-headers=4.3rc1
conflicts = kernel26-mainline-headers
replaces = kernel26-mainline-headers
pkgname = linux-mainline-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-mainline kernel
- provides = kernel26-mainline-docs=4.2
+ provides = kernel26-mainline-docs=4.3rc1
conflicts = kernel26-mainline-docs
replaces = kernel26-mainline-docs
diff --git a/PKGBUILD b/PKGBUILD
index 474bffd38e88..cabc112e36e1 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.2
-_patchname=patch-4.2-rc8
-pkgver=4.2
+_patchname=patch-4.3-rc1
+pkgver=4.3rc1
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=('cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb'
+ '5248a8e4fcf347cd918622b8f17057b50a8c367758fd4aed9b9e9dff0ad6a8d0'
'f4c6a5c2fc0ee2b792e43f4c1846b995051901a502fb97885d2296af55fa193d'
'58d49d4a3f6152394d903fd09113116fa3a0939d7d7ee419b2edbbd0c30e1755'
'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
@@ -44,7 +45,7 @@ prepare() {
#patch -p1 -i "${srcdir}/patch-${pkgver}"
# add mainline 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