aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
-rw-r--r--config.x86_642
-rw-r--r--linux-linode.install2
4 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b68e6614ec45..00b4fcf15e7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux
pkgdesc = The Linux Kernel and modules
- pkgver = 3.3.2
- pkgrel = 3
+ pkgver = 3.3.4
+ pkgrel = 1
url = http://www.kernel.org/
install = linux-linode.install
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = linux
makedepends = docbook-xsl
depends = coreutils
depends = linux-firmware
- depends = module-init-tools>=3.16
+ depends = kmod
depends = mkinitcpio>=0.7
provides = kernel26
provides = linux
@@ -21,14 +21,14 @@ pkgbase = linux
options = !strip
backup = etc/mkinitcpio.d/linux-linode.preset
source = http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.3.tar.xz
- source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.3.2.xz
+ source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.3.4.xz
source = config.x86_64
source = menu.lst
source = linux-linode.preset
source = change-default-console-loglevel.patch
md5sums = 7133f5a2086a7d7ef97abac610c094f5
- md5sums = 68907107b0f62a19608588bdb6b29e20
- md5sums = 7eb82a475f0858c35810946ce9d64b5c
+ md5sums = 9c4cc16f10b645fbb90f6c05ad388883
+ md5sums = 31c86b4e4730148fad392147311692ac
md5sums = 4c45d442db6239f0b3d0008c0a17c76c
md5sums = ee66f3cd0c5bc0ba0f65499784d19f30
md5sums = 9d3c56a4b999c8bfbd4018089a62f662
diff --git a/PKGBUILD b/PKGBUILD
index 0ec29cb3056f..02db7a2939ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@ pkgbase=linux
pkgname=linux-linode
_kernelname=${pkgname#linux}
_basekernel=3.3
-pkgver=${_basekernel}.2
-pkgrel=3
+pkgver=${_basekernel}.4
+pkgrel=1
arch=(x86_64)
url="http://www.kernel.org/"
license=(GPL2)
@@ -16,13 +16,13 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.3.tar.xz"
"${pkgname}.preset"
'change-default-console-loglevel.patch')
md5sums=('7133f5a2086a7d7ef97abac610c094f5'
- '68907107b0f62a19608588bdb6b29e20'
- '7eb82a475f0858c35810946ce9d64b5c'
+ '9c4cc16f10b645fbb90f6c05ad388883'
+ '31c86b4e4730148fad392147311692ac'
'4c45d442db6239f0b3d0008c0a17c76c'
'ee66f3cd0c5bc0ba0f65499784d19f30'
'9d3c56a4b999c8bfbd4018089a62f662')
pkgdesc="The Linux Kernel and modules"
-depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16' 'mkinitcpio>=0.7')
+depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
provides=(kernel26 linux)
conflicts=(kernel26 linux)
replaces=(kernel26 linux)
diff --git a/config.x86_64 b/config.x86_64
index c6865b04c752..1f70822115ae 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.3.2-3 Kernel Configuration
+# Linux/x86_64 3.3.4-1 Kernel Configuration
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
diff --git a/linux-linode.install b/linux-linode.install
index 2f5290fdcbcc..e40e0d57d49b 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.3.2-3-linode
+KERNEL_VERSION=3.3.4-1-linode
post_install () {
echo ">>> Updating module dependencies. Please wait ..."