aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2013-02-13 14:07:32 -0800
committeryar2015-07-03 16:58:21 -0700
commit5448d7961baf69faff5d7ceb54c398b7486ba698 (patch)
tree5e9b612920728b1bb8019d0686d33062a1fb4bc0
parent5ec1cf660ec7719bb03632c365f6bdc9090e6015 (diff)
downloadaur-5448d7961baf69faff5d7ceb54c398b7486ba698.tar.gz
bump 3.7.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--config2
-rw-r--r--config.x86_642
-rw-r--r--linux-linode.install2
5 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3949314e6f71..1577de40ac10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-linode
pkgdesc = Kernel for Arch Linux on Linode
- pkgver = 3.7.6
+ pkgver = 3.7.7
pkgrel = 1
url = https://github.com/yardenac/linux-linode
install = linux-linode.install
@@ -25,16 +25,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.7.tar.xz
- source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.7.6.xz
+ source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.7.7.xz
source = config
source = config.x86_64
source = menu.lst
source = linux-linode.preset
source = change-default-console-loglevel.patch
md5sums = 21223369d682bcf44bcdfe1521095983
- md5sums = ec61c44f37585a768d41c0439101ef9c
- md5sums = 324a7f419b3cbc5032bdd1657dc591ec
- md5sums = c608bf2cf124fd80b718fce90b82a807
+ md5sums = e232d2535bbd36fe05c203bacc5b72ea
+ md5sums = 454af467626209b290f8b77c200e4370
+ md5sums = c395f84060ccc4e352b68ef798fac10e
md5sums = d01f2350ec9f92e2eabcde0f11be24f2
md5sums = ee66f3cd0c5bc0ba0f65499784d19f30
md5sums = 9d3c56a4b999c8bfbd4018089a62f662
diff --git a/PKGBUILD b/PKGBUILD
index e2542430cafe..a8f3502dc168 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=linux-linode
_basekernel=3.7
_kernelname=${pkgname#linux}
_srcname=linux-${_basekernel}
-pkgver=${_basekernel}.6
+pkgver=${_basekernel}.7
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"
"${pkgname}.preset"
'change-default-console-loglevel.patch')
md5sums=('21223369d682bcf44bcdfe1521095983'
- 'ec61c44f37585a768d41c0439101ef9c'
- '324a7f419b3cbc5032bdd1657dc591ec'
- 'c608bf2cf124fd80b718fce90b82a807'
+ 'e232d2535bbd36fe05c203bacc5b72ea'
+ '454af467626209b290f8b77c200e4370'
+ 'c395f84060ccc4e352b68ef798fac10e'
'd01f2350ec9f92e2eabcde0f11be24f2'
'ee66f3cd0c5bc0ba0f65499784d19f30'
'9d3c56a4b999c8bfbd4018089a62f662')
diff --git a/config b/config
index 50d2d276c83c..c194124f891f 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/i386 3.7.6-1 Kernel Configuration
+# Linux/i386 3.7.7-1 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/config.x86_64 b/config.x86_64
index 06fb4713edce..ff9853d6d715 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.7.6-1 Kernel Configuration
+# Linux/x86_64 3.7.7-1 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
diff --git a/linux-linode.install b/linux-linode.install
index 55b632349b9d..8803a3e08e57 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.7.6-1-linode
+KERNEL_VERSION=3.7.7-1-linode
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'