summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2015-08-31 11:29:34 +0200
committerMikael Eriksson2015-08-31 11:29:34 +0200
commit05df5c5b66fd2c34a9c40a5a433141a47818ddd5 (patch)
tree7ed0b57c75bede5e6e45fdd3d6c96eb6c1e5706f
parent87ebf3ffda01efdcc0d9331a288b321a2f84e846 (diff)
downloadaur-05df5c5b66fd2c34a9c40a5a433141a47818ddd5.tar.gz
4.2-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d8dfb47a691..10d4fbd5a6a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-mainline
- pkgver = 4.2rc8
+ pkgver = 4.2
pkgrel = 1
url = http://www.kernel.org/
arch = i686
@@ -11,14 +11,12 @@ pkgbase = linux-mainline
makedepends = inetutils
makedepends = bc
options = !strip
- source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.1.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/testing/patch-4.2-rc8.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.2.tar.xz
source = config
source = config.x86_64
source = linux.preset
source = change-default-console-loglevel.patch
- sha256sums = caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f
- sha256sums = d2bd54fa107cbe7af4832e50a12ca9ee2e6834fa273c5d1811b1cff7d9fb4fc8
+ sha256sums = cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb
sha256sums = f4c6a5c2fc0ee2b792e43f4c1846b995051901a502fb97885d2296af55fa193d
sha256sums = 58d49d4a3f6152394d903fd09113116fa3a0939d7d7ee419b2edbbd0c30e1755
sha256sums = f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c
@@ -32,20 +30,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.2rc8
+ provides = kernel26-mainline=4.2
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.2rc8
+ provides = kernel26-mainline-headers=4.2
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.2rc8
+ provides = kernel26-mainline-docs=4.2
conflicts = kernel26-mainline-docs
replaces = kernel26-mainline-docs
diff --git a/PKGBUILD b/PKGBUILD
index dbf0aef49abe..474bffd38e88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@
pkgbase=linux-mainline # Build stock -ARCH kernel
#pkgbase=linux-custom # Build kernel with a different name
-_srcname=linux-4.1
+_srcname=linux-4.2
_patchname=patch-4.2-rc8
-pkgver=4.2rc8
+pkgver=4.2
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
@@ -25,8 +25,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
# standard config files for mkinitcpio ramdisk
'linux.preset'
'change-default-console-loglevel.patch')
-sha256sums=('caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f'
- 'd2bd54fa107cbe7af4832e50a12ca9ee2e6834fa273c5d1811b1cff7d9fb4fc8'
+sha256sums=('cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb'
'f4c6a5c2fc0ee2b792e43f4c1846b995051901a502fb97885d2296af55fa193d'
'58d49d4a3f6152394d903fd09113116fa3a0939d7d7ee419b2edbbd0c30e1755'
'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
@@ -45,7 +44,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