From dab025caac04d6d58081736aeb7c830f2a327382 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 21 Jun 2013 17:08:18 -0300 Subject: linux-libre: updating version and adding some features * Update 3.9.7 version to i686 and x86_64 * Update 3.9.6 version to mips64el * Add config files for 3.10 series * Remove not needed checks in install file --- libre/linux-libre/PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'libre/linux-libre/PKGBUILD') diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 401ba3018..c133f12a1 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 188461 2013-06-14 12:19:09Z tpowa $ +# $Id: PKGBUILD 188791 2013-06-21 06:32:50Z tpowa $ # Maintainer: Tobias Powalowski # Maintainer: Thomas Baechler -# Maintainer (Parabola): Nicolás Reynolds -# Maintainer (Parabola): Sorin-Mihai Vârgolici # Maintainer (Parabola): André Silva -# Maintainer (Parabola): Michał Masłowski -# Maintainer (Parabola): Márcio Silva +# Contributor (Parabola): Nicolás Reynolds +# Contributor (Parabola): Sorin-Mihai Vârgolici +# Contributor (Parabola): Michał Masłowski +# Contributor (Parabola): Márcio Silva pkgbase=linux-libre # Build stock -LIBRE kernel #pkgbase=linux-libre-custom # Build kernel with a different name _basekernel=3.9 -_sublevel=6 +_sublevel=7 pkgver=${_basekernel}.${_sublevel} pkgrel=1 -_lxopkgver=${_basekernel}.5 # nearly always the same as pkgver +_lxopkgver=${_basekernel}.6 # nearly always the same as pkgver arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -31,7 +31,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn 'change-default-console-loglevel.patch' "http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.bz2") md5sums=('120df29f88622dabf7015a22c7cc8e25' - '7dba3beb8f739ca133be09f92ff1dc67' + '4f5c670da16dc80fe9482892b636f99d' 'b3458a2d80ce102b384586d4bddfddf0' '52c2de7d1cb41727679e8061baef1741' 'e49ac236dfeef709f91a3d993ea7b62c' @@ -39,7 +39,7 @@ md5sums=('120df29f88622dabf7015a22c7cc8e25' '8267264d9a8966e57fdacd1fa1fc65c4' '04b21c79df0a952c22d681dd4f4562df' 'f3def2cefdcbb954c21d8505d23cc83c' - '50c2274bf466dffc149332fc2f5efd40') + '0375f682754ef52216fd522494875301') if [ "$CARCH" != "mips64el" ]; then # Don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] -- cgit v1.2.3