summaryrefslogtreecommitdiff
path: root/libre/linux-libre/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-12-01 21:57:01 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-12-01 21:57:01 -0200
commit9518f02dd53b2334ca517591d3f161ef68b809b8 (patch)
treefcb0611ed0dfc4851ac70b4633e6553e3348e2aa /libre/linux-libre/PKGBUILD
parent571cf511784558c6edad7fb19ce3887cc5eecc0e (diff)
linux-libre-3.12.2-1: updating version
Diffstat (limited to 'libre/linux-libre/PKGBUILD')
-rw-r--r--libre/linux-libre/PKGBUILD19
1 files changed, 6 insertions, 13 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD
index 5dc34d0df..95d128770 100644
--- a/libre/linux-libre/PKGBUILD
+++ b/libre/linux-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 200328 2013-11-26 10:43:40Z tpowa $
+# $Id: PKGBUILD 200607 2013-11-29 20:36:04Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Maintainer: Thomas Baechler <thomas@archlinux.org>
# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
@@ -10,10 +10,10 @@
pkgbase=linux-libre # Build stock -LIBRE kernel
#pkgbase=linux-libre-custom # Build kernel with a different name
_basekernel=3.12
-_sublevel=1
+_sublevel=2
pkgver=${_basekernel}.${_sublevel}
-pkgrel=3
-_lxopkgver=${_basekernel}.1 # nearly always the same as pkgver
+pkgrel=1
+_lxopkgver=${_basekernel}.2 # nearly always the same as pkgver
arch=('i686' 'x86_64' 'mips64el')
url="http://linux-libre.fsfla.org/"
license=('GPL2')
@@ -30,10 +30,9 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn
'boot-logo.patch'
'change-default-console-loglevel.patch'
'criu-no-expert.patch'
- '3.12-btrfs-relocate-csums.patch'
"http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.bz2")
md5sums=('254f59707b6676b59ce5ca5c3c698319'
- '0e52518b2bdf3aa7af0c63a4acfd7957'
+ '04409dbb613b3b28d69b1558299aa892'
'7cadb85598587ca85b84005420836a01'
'b15bd4bf2bd8984f3c52b81f005f3c14'
'e49ac236dfeef709f91a3d993ea7b62c'
@@ -42,8 +41,7 @@ md5sums=('254f59707b6676b59ce5ca5c3c698319'
'44260d2cb1a8b51c119d2ce1f83e457a'
'98beb36f9b8cf16e58de2483ea9985e3'
'd50c1ac47394e9aec637002ef3392bd1'
- '923c1728634d4e0f7b77177c36d94791'
- '452c06684f07bfa9a478263e1c8649af')
+ '5213fdb7f5b119d347acb3589817e4f6')
if [ "$CARCH" != "mips64el" ]; then
# don't use the Loongson-specific patches on non-mips64el arches.
unset source[${#source[@]}-1]
@@ -75,11 +73,6 @@ prepare() {
# patch from fedora
patch -Np1 -i "${srcdir}/criu-no-expert.patch"
- # fix btrfs balance bug
- # https://bugzilla.kernel.org/show_bug.cgi?id=63411
- # https://bugs.archlinux.org/task/37867
- patch -Np1 -i "${srcdir}/3.12-btrfs-relocate-csums.patch"
-
if [ "$CARCH" == "mips64el" ]; then
sed -i "s|^EXTRAVERSION.*|EXTRAVERSION =-libre|" Makefile
sed -r "s|^( SUBLEVEL = ).*|\1$_sublevel|" \