aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2013-07-21 19:25:39 -0700
committeryar2015-07-03 16:58:27 -0700
commit57173aae0b44f3087fcf102ed20079505224c038 (patch)
tree76974313b6d0abe1cf8f3e7b1fb49c597866a6c2
parent15479eeef4f135cfde290e69309490d947fee574 (diff)
downloadaur-57173aae0b44f3087fcf102ed20079505224c038.tar.gz
bump 3.10.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--config2
-rw-r--r--config.x86_642
-rw-r--r--install2
5 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac0b8ddf1f41..916a06f7b869 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-linode
pkgdesc = Kernel for Arch Linux on Linode
- pkgver = 3.10.1
+ pkgver = 3.10.2
pkgrel = 1
url = https://github.com/yardenac/linux-linode
install = install
@@ -23,16 +23,16 @@ 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.10.tar.xz
- source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.10.1.xz
+ source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.10.2.xz
source = config
source = config.x86_64
source = menu.lst
source = preset
source = change-default-console-loglevel.patch
md5sums = 4f25cd5bec5f8d5a7d935b3f2ccb8481
- md5sums = 0e7f2a767ef3b3643856c96af3409af3
- md5sums = 460e0646030573fabee09f9a5029e901
- md5sums = 3f920ffd270ef6214b326ce1bb6f4161
+ md5sums = 0c94fa440515e289495909749d04aae4
+ md5sums = b1a44ce46a3efc7d76dfa0b7c81c96c6
+ md5sums = ae4bc90bedf747746ae78ccf6e94f70a
md5sums = 01afd0c0ff8fcf3fe6e0cd91d12886bd
md5sums = 3d6427cc412dbc226b5d058c82ba7c66
md5sums = f3def2cefdcbb954c21d8505d23cc83c
diff --git a/PKGBUILD b/PKGBUILD
index 3782438c90df..95b03eab7e5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=linux-linode
_basekernel=3.10
_kernelname=${pkgname#linux}
_srcname=linux-${_basekernel}
-pkgver=${_basekernel}.1
+pkgver=${_basekernel}.2
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/yardenac/linux-linode"
@@ -17,9 +17,9 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
"preset"
'change-default-console-loglevel.patch')
md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
- '0e7f2a767ef3b3643856c96af3409af3'
- '460e0646030573fabee09f9a5029e901'
- '3f920ffd270ef6214b326ce1bb6f4161'
+ '0c94fa440515e289495909749d04aae4'
+ 'b1a44ce46a3efc7d76dfa0b7c81c96c6'
+ 'ae4bc90bedf747746ae78ccf6e94f70a'
'01afd0c0ff8fcf3fe6e0cd91d12886bd'
'3d6427cc412dbc226b5d058c82ba7c66'
'f3def2cefdcbb954c21d8505d23cc83c')
diff --git a/config b/config
index 6b2deb74e4f1..d43c10c1c20e 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.10.1-1 Kernel Configuration
+# Linux/x86 3.10.2-1 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/config.x86_64 b/config.x86_64
index 71e51b63fd5b..1695a5ec1819 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.10.1-1 Kernel Configuration
+# Linux/x86 3.10.2-1 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
diff --git a/install b/install
index 7bd4e25d50be..c24ccfc5eed8 100644
--- a/install
+++ b/install
@@ -2,7 +2,7 @@
# arg 2: the old package version
KERNEL_NAME=-linode
-KERNEL_VERSION=3.10.1-1-linode
+KERNEL_VERSION=3.10.2-1-linode
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'