summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-12-06 20:33:32 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-12-06 20:33:32 -0200
commit9ccffa8ada83c8385fb9a37f0e206c09731b5114 (patch)
tree7ec529ded3bf6aae66e5000ff7041e027df06233 /libre
parent77c20820dbe83a0067bb23c0df20128c365255d4 (diff)
downloadabslibre-9ccffa8ada83c8385fb9a37f0e206c09731b5114.tar.gz
abslibre-9ccffa8ada83c8385fb9a37f0e206c09731b5114.tar.bz2
abslibre-9ccffa8ada83c8385fb9a37f0e206c09731b5114.zip
linux-libre-3.12.3-1: updating version
Diffstat (limited to 'libre')
-rw-r--r--libre/linux-libre/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD
index 95d128770..66e83c661 100644
--- a/libre/linux-libre/PKGBUILD
+++ b/libre/linux-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 200607 2013-11-29 20:36:04Z tpowa $
+# $Id: PKGBUILD 200774 2013-12-04 21:03:49Z 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=2
+_sublevel=3
pkgver=${_basekernel}.${_sublevel}
pkgrel=1
-_lxopkgver=${_basekernel}.2 # nearly always the same as pkgver
+_lxopkgver=${_basekernel}.3 # nearly always the same as pkgver
arch=('i686' 'x86_64' 'mips64el')
url="http://linux-libre.fsfla.org/"
license=('GPL2')
@@ -32,7 +32,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn
'criu-no-expert.patch'
"http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.bz2")
md5sums=('254f59707b6676b59ce5ca5c3c698319'
- '04409dbb613b3b28d69b1558299aa892'
+ '0264a2d464478ee4d2f68e1c24e41d00'
'7cadb85598587ca85b84005420836a01'
'b15bd4bf2bd8984f3c52b81f005f3c14'
'e49ac236dfeef709f91a3d993ea7b62c'
@@ -41,7 +41,7 @@ md5sums=('254f59707b6676b59ce5ca5c3c698319'
'44260d2cb1a8b51c119d2ce1f83e457a'
'98beb36f9b8cf16e58de2483ea9985e3'
'd50c1ac47394e9aec637002ef3392bd1'
- '5213fdb7f5b119d347acb3589817e4f6')
+ '1217c99cab894bffbe34d010d7410500')
if [ "$CARCH" != "mips64el" ]; then
# don't use the Loongson-specific patches on non-mips64el arches.
unset source[${#source[@]}-1]