bump to lastest version
This commit is contained in:
parent
5466e05173
commit
82fa3a48a7
17
PKGBUILD
17
PKGBUILD
|
@ -4,8 +4,8 @@
|
||||||
pkgbase=linux # Build stock -ARCH kernel
|
pkgbase=linux # Build stock -ARCH kernel
|
||||||
#pkgbase=linux-custom # Build kernel with a different name
|
#pkgbase=linux-custom # Build kernel with a different name
|
||||||
_srcname=linux-3.12
|
_srcname=linux-3.12
|
||||||
pkgver=3.12.1
|
pkgver=3.12.2
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -18,16 +18,14 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
||||||
# standard config files for mkinitcpio ramdisk
|
# standard config files for mkinitcpio ramdisk
|
||||||
'linux.preset'
|
'linux.preset'
|
||||||
'change-default-console-loglevel.patch'
|
'change-default-console-loglevel.patch'
|
||||||
'criu-no-expert.patch'
|
'criu-no-expert.patch')
|
||||||
'3.12-btrfs-relocate-csums.patch')
|
|
||||||
md5sums=('cc6ee608854e0da4b64f6c1ff8b6398c'
|
md5sums=('cc6ee608854e0da4b64f6c1ff8b6398c'
|
||||||
'5a8cb5a659baeeb6df3fe22de8d32df6'
|
'97453b56d6a999b5a4b0899b4e28fabe'
|
||||||
'798bca5d2f0a1505c9b86a5227a2b339'
|
'798bca5d2f0a1505c9b86a5227a2b339'
|
||||||
'8cd452ae4f74f11dc09b25a0270b07f1'
|
'8cd452ae4f74f11dc09b25a0270b07f1'
|
||||||
'eb14dcfd80c00852ef81ded6e826826a'
|
'eb14dcfd80c00852ef81ded6e826826a'
|
||||||
'98beb36f9b8cf16e58de2483ea9985e3'
|
'98beb36f9b8cf16e58de2483ea9985e3'
|
||||||
'd50c1ac47394e9aec637002ef3392bd1'
|
'd50c1ac47394e9aec637002ef3392bd1')
|
||||||
'923c1728634d4e0f7b77177c36d94791')
|
|
||||||
|
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
|
|
||||||
|
@ -55,11 +53,6 @@ prepare() {
|
||||||
# patch from fedora
|
# patch from fedora
|
||||||
patch -Np1 -i "${srcdir}/criu-no-expert.patch"
|
patch -Np1 -i "${srcdir}/criu-no-expert.patch"
|
||||||
|
|
||||||
# fix btrfs balance bug
|
|
||||||
# https://bugzilla.kernel.org/show_bug.cgi?id=63411
|
|
||||||
# https://bugs.archlinux.org/task/37867
|
|
||||||
patch -Np1 -i "${srcdir}/3.12-btrfs-relocate-csums.patch"
|
|
||||||
|
|
||||||
if [ "${CARCH}" = "x86_64" ]; then
|
if [ "${CARCH}" = "x86_64" ]; then
|
||||||
cat "${srcdir}/config.x86_64" > ./.config
|
cat "${srcdir}/config.x86_64" > ./.config
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue