aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2013-02-05 12:48:12 -0800
committeryar2015-07-03 16:58:21 -0700
commit94e7e39dd7e49ace2876ca0ab3e472beec9f85bd (patch)
treed3fec367efb0057c88175b1d85d282aca3888814
parentdcf7d8f24a5dad98fd2390bcfa5a427036f77ffd (diff)
downloadaur-94e7e39dd7e49ace2876ca0ab3e472beec9f85bd.tar.gz
bump 3.7.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--linux-linode.install2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 690e864db5c8..af50757e31d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-linode
pkgdesc = Kernel for Arch Linux on Linode
- pkgver = 3.7.2
+ pkgver = 3.7.6
pkgrel = 1
url = https://github.com/yardenac/linux-linode
install = linux-linode.install
@@ -25,14 +25,14 @@ pkgbase = linux-linode
backup = etc/mkinitcpio.d/linux-linode.preset
backup = boot/grub/menu.lst
source = http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.7.tar.xz
- source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.7.2.xz
+ source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.7.6.xz
source = config
source = config.x86_64
source = menu.lst
source = linux-linode.preset
source = change-default-console-loglevel.patch
md5sums = 21223369d682bcf44bcdfe1521095983
- md5sums = 132211742278e18b8f4808754d85e66c
+ md5sums = ec61c44f37585a768d41c0439101ef9c
md5sums = 06a07ebb855809edf37ff2f980b9a07d
md5sums = c8eaf98829288430609ab534c5c0b96a
md5sums = d01f2350ec9f92e2eabcde0f11be24f2
diff --git a/PKGBUILD b/PKGBUILD
index 269c5079f1ab..3d846efe75e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=linux-linode
_basekernel=3.7
_kernelname=${pkgname#linux}
_srcname=linux-${_basekernel}
-pkgver=${_basekernel}.2
+pkgver=${_basekernel}.6
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/yardenac/linux-linode"
@@ -17,7 +17,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
"${pkgname}.preset"
'change-default-console-loglevel.patch')
md5sums=('21223369d682bcf44bcdfe1521095983'
- '132211742278e18b8f4808754d85e66c'
+ 'ec61c44f37585a768d41c0439101ef9c'
'06a07ebb855809edf37ff2f980b9a07d'
'c8eaf98829288430609ab534c5c0b96a'
'd01f2350ec9f92e2eabcde0f11be24f2'
diff --git a/linux-linode.install b/linux-linode.install
index 1b2c273ecc34..55b632349b9d 100644
--- a/linux-linode.install
+++ b/linux-linode.install
@@ -2,7 +2,7 @@
# arg 2: the old package version
KERNEL_NAME=-linode
-KERNEL_VERSION=3.7.2-1-linode
+KERNEL_VERSION=3.7.6-1-linode
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'