aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--config.x86_642
-rw-r--r--linux-linode.install2
4 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64246df6ebea..7e6d916d27ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-linode
pkgdesc = Kernel for Arch Linux on Linode
pkgver = 3.6.4
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/yardenac/linux-linode
install = linux-linode.install
arch = x86_64
@@ -32,7 +32,7 @@ pkgbase = linux-linode
source = change-default-console-loglevel.patch
md5sums = 1a1760420eac802c541a20ab51a093d1
md5sums = d7efab4da2682c44662b684026b059f7
- md5sums = 5108aca003037ac82706e5eb7087c600
+ md5sums = f54bfa388fdc9ed2da89c342434bbe33
md5sums = d01f2350ec9f92e2eabcde0f11be24f2
md5sums = ee66f3cd0c5bc0ba0f65499784d19f30
md5sums = 670931649c60fcb3ef2e0119ed532bd4
diff --git a/PKGBUILD b/PKGBUILD
index bed0108b43a1..20a666bff77a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _basekernel=3.6
_kernelname=${pkgname#linux}
_srcname=linux-${_basekernel}
pkgver=${_basekernel}.4
-pkgrel=1
+pkgrel=3
arch=(x86_64)
url="https://github.com/yardenac/linux-linode"
license=(GPL2)
@@ -19,7 +19,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
'change-default-console-loglevel.patch')
md5sums=('1a1760420eac802c541a20ab51a093d1'
'd7efab4da2682c44662b684026b059f7'
- '5108aca003037ac82706e5eb7087c600'
+ 'f54bfa388fdc9ed2da89c342434bbe33'
'd01f2350ec9f92e2eabcde0f11be24f2'
'ee66f3cd0c5bc0ba0f65499784d19f30'
'670931649c60fcb3ef2e0119ed532bd4'
diff --git a/config.x86_64 b/config.x86_64
index ecdb69bc0942..8d69e2653b96 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-1 Kernel Configuration
+# Linux/x86_64 3.6.4-3 Kernel Configuration
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
diff --git a/linux-linode.install b/linux-linode.install
index b091035b21fc..4c4747eaf030 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-1-linode
+KERNEL_VERSION=3.6.4-3-linode
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'