aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2012-10-31 10:52:58 -0700
committeryar2015-07-03 16:58:18 -0700
commit7e42c9c989b55d316abe25b5a009843daffd7516 (patch)
treeb775a9f807e54c65653346c6f233e438e48b24f5
parent572f34fe04d0f1c3bf48285f15ed9e80324d3ce4 (diff)
downloadaur-7e42c9c989b55d316abe25b5a009843daffd7516.tar.gz
bump 3.6.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--config.x86_642
-rw-r--r--linux-linode.install2
4 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a24e9a0a946..64246df6ebea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-linode
pkgdesc = Kernel for Arch Linux on Linode
- pkgver = 3.6.3
+ pkgver = 3.6.4
pkgrel = 1
url = https://github.com/yardenac/linux-linode
install = linux-linode.install
@@ -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.3.xz
+ source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.6.4.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 = 96701113d37ef4f9b785206ab8bcc71e
- md5sums = 89b26429d331e26e08173593e43a5311
+ md5sums = d7efab4da2682c44662b684026b059f7
+ md5sums = 5108aca003037ac82706e5eb7087c600
md5sums = d01f2350ec9f92e2eabcde0f11be24f2
md5sums = ee66f3cd0c5bc0ba0f65499784d19f30
md5sums = 670931649c60fcb3ef2e0119ed532bd4
diff --git a/PKGBUILD b/PKGBUILD
index e0a95fe74b64..bed0108b43a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=linux-linode
_basekernel=3.6
_kernelname=${pkgname#linux}
_srcname=linux-${_basekernel}
-pkgver=${_basekernel}.3
+pkgver=${_basekernel}.4
pkgrel=1
arch=(x86_64)
url="https://github.com/yardenac/linux-linode"
@@ -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'
- '96701113d37ef4f9b785206ab8bcc71e'
- '89b26429d331e26e08173593e43a5311'
+ 'd7efab4da2682c44662b684026b059f7'
+ '5108aca003037ac82706e5eb7087c600'
'd01f2350ec9f92e2eabcde0f11be24f2'
'ee66f3cd0c5bc0ba0f65499784d19f30'
'670931649c60fcb3ef2e0119ed532bd4'
diff --git a/config.x86_64 b/config.x86_64
index 9fec1cb9097d..ecdb69bc0942 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.6.3-1 Kernel Configuration
+# Linux/x86_64 3.6.4-1 Kernel Configuration
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
diff --git a/linux-linode.install b/linux-linode.install
index 05185f28cb37..b091035b21fc 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.3-1-linode
+KERNEL_VERSION=3.6.4-1-linode
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'