aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2012-11-05 16:10:48 -0800
committeryar2015-07-03 16:58:19 -0700
commit59287cbf176092a07b4427f4bbfcdb99c4b7552d (patch)
tree0c418750d4ce1d254f522044c63abc821d6f07a7
parent6719a9d025b96d8226d98c4ba19aa83f52605d0d (diff)
downloadaur-59287cbf176092a07b4427f4bbfcdb99c4b7552d.tar.gz
bump 3.6.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--config.x86_642
-rw-r--r--linux-linode.install2
4 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e6d916d27ca..cf221bf1a213 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-linode
pkgdesc = Kernel for Arch Linux on Linode
- pkgver = 3.6.4
- pkgrel = 3
+ pkgver = 3.6.6
+ pkgrel = 1
url = https://github.com/yardenac/linux-linode
install = linux-linode.install
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = linux-linode
options = !strip
backup = etc/mkinitcpio.d/linux-linode.preset
source = http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.6.tar.xz
- source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.6.4.xz
+ source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.6.6.xz
source = config.x86_64
source = menu.lst
source = linux-linode.preset
@@ -31,8 +31,8 @@ pkgbase = linux-linode
source = module-init-wait-3.6.patch
source = change-default-console-loglevel.patch
md5sums = 1a1760420eac802c541a20ab51a093d1
- md5sums = d7efab4da2682c44662b684026b059f7
- md5sums = f54bfa388fdc9ed2da89c342434bbe33
+ md5sums = 11d6d8749d4612a77f43f0531c0f2824
+ md5sums = a1e0d211d077a293a50c7154930defcb
md5sums = d01f2350ec9f92e2eabcde0f11be24f2
md5sums = ee66f3cd0c5bc0ba0f65499784d19f30
md5sums = 670931649c60fcb3ef2e0119ed532bd4
diff --git a/PKGBUILD b/PKGBUILD
index 20a666bff77a..19cc192a51ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@ pkgname=linux-linode
_basekernel=3.6
_kernelname=${pkgname#linux}
_srcname=linux-${_basekernel}
-pkgver=${_basekernel}.4
-pkgrel=3
+pkgver=${_basekernel}.6
+pkgrel=1
arch=(x86_64)
url="https://github.com/yardenac/linux-linode"
license=(GPL2)
@@ -18,8 +18,8 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
"module-init-wait-3.6.patch"
'change-default-console-loglevel.patch')
md5sums=('1a1760420eac802c541a20ab51a093d1'
- 'd7efab4da2682c44662b684026b059f7'
- 'f54bfa388fdc9ed2da89c342434bbe33'
+ '11d6d8749d4612a77f43f0531c0f2824'
+ 'a1e0d211d077a293a50c7154930defcb'
'd01f2350ec9f92e2eabcde0f11be24f2'
'ee66f3cd0c5bc0ba0f65499784d19f30'
'670931649c60fcb3ef2e0119ed532bd4'
diff --git a/config.x86_64 b/config.x86_64
index 8d69e2653b96..175be5364e53 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.6.4-3 Kernel Configuration
+# Linux/x86_64 3.6.6-1 Kernel Configuration
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
diff --git a/linux-linode.install b/linux-linode.install
index 4c4747eaf030..0f22c89ae5fb 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.6.4-3-linode
+KERNEL_VERSION=3.6.6-1-linode
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'