bump to latest version
This commit is contained in:
parent
ffd036db25
commit
8b32066ee1
20
PKGBUILD
20
PKGBUILD
|
@ -5,7 +5,7 @@
|
||||||
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.7
|
_srcname=linux-3.7
|
||||||
pkgver=3.7.2
|
pkgver=3.7.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -19,18 +19,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'
|
||||||
'fat-3.6.x.patch'
|
'fat-3.6.x.patch')
|
||||||
'fix-watchdog-3.7.patch'
|
|
||||||
'drm-fix-track-free-areas-3.7.patch')
|
|
||||||
md5sums=('21223369d682bcf44bcdfe1521095983'
|
md5sums=('21223369d682bcf44bcdfe1521095983'
|
||||||
'132211742278e18b8f4808754d85e66c'
|
'd4aa39ec9610e9fbd7bb4f5aff2c5db8'
|
||||||
'ce16969e83a649c3e7d71031b7f752c2'
|
'ce16969e83a649c3e7d71031b7f752c2'
|
||||||
'610443591e7d3f619b8250833958eb7e'
|
'610443591e7d3f619b8250833958eb7e'
|
||||||
'eb14dcfd80c00852ef81ded6e826826a'
|
'eb14dcfd80c00852ef81ded6e826826a'
|
||||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||||
'88d501404f172dac6fcb248978251560'
|
'88d501404f172dac6fcb248978251560')
|
||||||
'3485d6c7ae3af35d16e09d6d9a7ed32a'
|
|
||||||
'e365972f002482a7b25cd5360467d75f')
|
|
||||||
|
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
|
|
||||||
|
@ -52,13 +48,6 @@ build() {
|
||||||
# https://bugs.archlinux.org/task/32916
|
# https://bugs.archlinux.org/task/32916
|
||||||
patch -Np1 -i "${srcdir}/fat-3.6.x.patch"
|
patch -Np1 -i "${srcdir}/fat-3.6.x.patch"
|
||||||
|
|
||||||
# fix watchdog enable/disable regression
|
|
||||||
# https://bugs.archlinux.org/task/33095
|
|
||||||
patch -Np1 -i "${srcdir}/fix-watchdog-3.7.patch"
|
|
||||||
# fix GPU hang
|
|
||||||
# https://bugs.archlinux.org/task/33160
|
|
||||||
patch -Np1 -i "${srcdir}/drm-fix-track-free-areas-3.7.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
|
||||||
|
@ -333,4 +322,3 @@ for _p in ${pkgname[@]}; do
|
||||||
done
|
done
|
||||||
|
|
||||||
# vim:set ts=8 sts=2 sw=2 et:
|
# vim:set ts=8 sts=2 sw=2 et:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# arg 2: the old package version
|
# arg 2: the old package version
|
||||||
|
|
||||||
KERNEL_NAME=
|
KERNEL_NAME=
|
||||||
KERNEL_VERSION=3.7.2-1-ARCH
|
KERNEL_VERSION=3.7.3-1-ARCH
|
||||||
|
|
||||||
# set a sane PATH to ensure that critical utils like depmod will be found
|
# set a sane PATH to ensure that critical utils like depmod will be found
|
||||||
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
|
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
|
||||||
|
|
Loading…
Reference in New Issue