diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-24 13:26:02 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-24 13:26:02 -0300 |
commit | 25ed6881d873fe57b2c0e25ec2bc4a47fe5c8419 (patch) | |
tree | 2b9f3f87907bda8eed4e17a7bc32b47d9fded9c6 /libre | |
parent | 1f8e8b93eed6e271f71d8d4ff54e29072fe9760b (diff) | |
download | abslibre-25ed6881d873fe57b2c0e25ec2bc4a47fe5c8419.tar.gz abslibre-25ed6881d873fe57b2c0e25ec2bc4a47fe5c8419.tar.bz2 abslibre-25ed6881d873fe57b2c0e25ec2bc4a47fe5c8419.zip |
linux-libre-3.10.9-1: updating version
Diffstat (limited to 'libre')
-rw-r--r-- | libre/linux-libre/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index b45052181..5bd6ff7c2 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 193106 2013-08-16 10:56:45Z tpowa $ +# $Id: PKGBUILD 193503 2013-08-21 12:43:35Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Maintainer: Thomas Baechler <thomas@archlinux.org> # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> @@ -10,10 +10,10 @@ pkgbase=linux-libre # Build stock -LIBRE kernel #pkgbase=linux-libre-custom # Build kernel with a different name _basekernel=3.10 -_sublevel=7 +_sublevel=9 pkgver=${_basekernel}.${_sublevel} pkgrel=1 -_lxopkgver=${_basekernel}.7 # nearly always the same as pkgver +_lxopkgver=${_basekernel}.9 # nearly always the same as pkgver arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -33,7 +33,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn '3.10.6-logitech-dj.patch' "http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.bz2") md5sums=('d562fd52580a3b6b18b6eeb5921d1d5c' - '8d05dec5772b17c4c21c00b93da42bd8' + '312e4b4203d2e74201a14f1a9633482d' '8ec987449e0e42a1c98d8ce92b9019c2' '8efbd1f17f37bdaa8649c8a63761bf07' 'e49ac236dfeef709f91a3d993ea7b62c' @@ -43,7 +43,7 @@ md5sums=('d562fd52580a3b6b18b6eeb5921d1d5c' 'f3def2cefdcbb954c21d8505d23cc83c' 'd50c1ac47394e9aec637002ef3392bd1' '3ff40ca684cfe719723e627e2cef7cea' - '797e952fb0a168c0c1822acc0fac67bc') + 'd2fb29339d9ec7978af71f80daa27a12') if [ "$CARCH" != "mips64el" ]; then # don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] |