aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubba Reduppa2011-08-04 21:11:42 -0700
committeryar2015-07-03 16:58:11 -0700
commit06c4273533386ef419604c1e55b554c7a8754f5e (patch)
tree09c190d51c7d3d43fcd47142f7b1164abceb0a1d
parent20f061a042d0332f21260655571040996203f07a (diff)
downloadaur-06c4273533386ef419604c1e55b554c7a8754f5e.tar.gz
builds fine
Rebased on 2015-06-23 so AUR4 will accept it
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rw-r--r--linux-linode.install4
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4f948fb5233..42c184a7b8a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-linode
pkgdesc = The Linux Kernel and modules
pkgver = 3.0
- pkgrel = 201
+ pkgrel = 202
url = http://www.kernel.org/
install = linux-linode.install
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = linux-linode
source = linux-linode.preset
source = change-default-console-loglevel.patch
md5sums = 398e95866794def22b12dfbc15ce89c0
- md5sums = d41d8cd98f00b204e9800998ecf8427e
+ md5sums = 911895d4819d6a5be14897a294a42877
md5sums = 4f57cec4177ff365dfdf5457b3ed3136
md5sums = ee66f3cd0c5bc0ba0f65499784d19f30
md5sums = 9d3c56a4b999c8bfbd4018089a62f662
diff --git a/PKGBUILD b/PKGBUILD
index 77cdfee0250e..990609e9963f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=linux-linode
_kernelname=-linode
pkgver=3.0
-pkgrel=201
+pkgrel=202
arch=(x86_64)
url="http://www.kernel.org/"
license=(GPL2)
@@ -13,7 +13,7 @@ source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-${pkgver}.tar.bz2"
"${pkgname}.preset"
'change-default-console-loglevel.patch')
md5sums=('398e95866794def22b12dfbc15ce89c0'
- 'd41d8cd98f00b204e9800998ecf8427e'
+ '911895d4819d6a5be14897a294a42877'
'4f57cec4177ff365dfdf5457b3ed3136'
'ee66f3cd0c5bc0ba0f65499784d19f30'
'9d3c56a4b999c8bfbd4018089a62f662')
@@ -42,7 +42,7 @@ build() {
# ... or manually edit .config
#msg "Stopping build"
- return 1
+# return 1
# yes "" | make config
CFLAGS=${CFLAGS}" -march=corei7 -mtune=corei7 -mcpu=corei7 "
@@ -50,7 +50,7 @@ build() {
ionice -c 3 nice -n 19 make ${MAKEFLAGS} bzImage modules
}
-package_linux() {
+package_linux-linode() {
KARCH=x86
cd "${srcdir}/linux-${pkgver}"
_kernver="$(make kernelrelease)"
diff --git a/linux-linode.install b/linux-linode.install
index 2f706ae6deda..130cc3e2f584 100644
--- a/linux-linode.install
+++ b/linux-linode.install
@@ -1,8 +1,8 @@
# arg 1: the new package version
# arg 2: the old package version
-KERNEL_NAME=
-KERNEL_VERSION=3.0-ARCH
+KERNEL_NAME=-linode
+KERNEL_VERSION=3.0-linode
post_install () {
echo ">>> Updating module dependencies. Please wait ..."