aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2012-09-19 15:04:07 -0700
committeryar2015-07-03 16:58:17 -0700
commit8955fd4b4ad6834f03928e802bbd785497f4b599 (patch)
tree071d064c39496d536494ccab93dd30619950e22e
parent92e207622660349cfa815cde82f674ef27d7d631 (diff)
downloadaur-8955fd4b4ad6834f03928e802bbd785497f4b599.tar.gz
bump 3.5.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 cbd6d0d3cecb..66c0aa84759b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-linode
pkgdesc = Kernel for Arch Linux on Linode
- pkgver = 3.5.3
- pkgrel = 2
+ pkgver = 3.5.4
+ pkgrel = 1
url = https://github.com/yardenac/linux-linode
install = linux-linode.install
arch = x86_64
@@ -23,13 +23,13 @@ pkgbase = linux-linode
options = !strip
backup = etc/mkinitcpio.d/linux-linode.preset
source = http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.5.tar.xz
- source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.5.3.xz
+ source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.5.4.xz
source = config.x86_64
source = menu.lst
source = linux-linode.preset
source = change-default-console-loglevel.patch
md5sums = 24153eaaa81dedc9481ada8cd9c3b83d
- md5sums = 01e0536109d2a06b1701b5051edfcea2
+ md5sums = 4d34e5098b490670261b1aea71d26023
md5sums = 5658f8bf82cd5b48e4bb5a04297d8dca
md5sums = d01f2350ec9f92e2eabcde0f11be24f2
md5sums = ee66f3cd0c5bc0ba0f65499784d19f30
diff --git a/PKGBUILD b/PKGBUILD
index 6dd61571673f..295d56be54ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@ pkgname=linux-linode
_basekernel=3.5
_kernelname=${pkgname#linux}
_srcname=linux-${_basekernel}
-pkgver=${_basekernel}.3
-pkgrel=2
+pkgver=${_basekernel}.4
+pkgrel=1
arch=(x86_64)
url="https://github.com/yardenac/linux-linode"
license=(GPL2)
@@ -16,7 +16,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
"${pkgname}.preset"
'change-default-console-loglevel.patch')
md5sums=('24153eaaa81dedc9481ada8cd9c3b83d'
- '01e0536109d2a06b1701b5051edfcea2'
+ '4d34e5098b490670261b1aea71d26023'
'5658f8bf82cd5b48e4bb5a04297d8dca'
'd01f2350ec9f92e2eabcde0f11be24f2'
'ee66f3cd0c5bc0ba0f65499784d19f30'
diff --git a/config.x86_64 b/config.x86_64
index 7ee9c02c0101..4b1af44e3a11 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.5.3-2 Kernel Configuration
+# Linux/x86_64 3.5.4-1 Kernel Configuration
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
diff --git a/linux-linode.install b/linux-linode.install
index e82ec1982a55..1f7fd63d8ace 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.5.3-2-linode
+KERNEL_VERSION=3.5.4-1-linode
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'