diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-07-17 16:10:57 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-07-17 16:10:57 -0300 |
commit | 7d8a07367c221dc4f04f0fa4735c82b95842f4ff (patch) | |
tree | 3dadb55a05591c12b27e42c386f552378d504c04 /libre/linux-libre | |
parent | 0f30930e8efdf56b42d1418b5b14ae44afd4a38e (diff) | |
download | abslibre-7d8a07367c221dc4f04f0fa4735c82b95842f4ff.tar.gz abslibre-7d8a07367c221dc4f04f0fa4735c82b95842f4ff.tar.bz2 abslibre-7d8a07367c221dc4f04f0fa4735c82b95842f4ff.zip |
linux-libre-3.4.5-1: coming back md5sums to the original place due that contains mips patch and variables to enable it on PKGBUILD
Diffstat (limited to 'libre/linux-libre')
-rw-r--r-- | libre/linux-libre/PKGBUILD | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 59ea3ba2c..e3116046b 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -34,6 +34,18 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn 'i915-fix-ghost-tv-output.patch' '3.4.4-fix-backlight-regression.patch' "http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.bz2") +md5sums=('a5e128ca059cceb8b69148b41ff4ac6f' + '0882e254b12df2c8d73df29de85223a7' + '669c3f9d5c6a2109bad8e511287826c3' + '454231e14419e56a5281eb7bc6fde83e' + 'e49ac236dfeef709f91a3d993ea7b62c' + '2967cecc3af9f954ccc822fd63dca6ff' + '8267264d9a8966e57fdacd1fa1fc65c4' + '04b21c79df0a952c22d681dd4f4562df' + '9d3c56a4b999c8bfbd4018089a62f662' + '263725f20c0b9eb9c353040792d644e5' + '80a46681386bb87813989faeb92bdd9a' + '86910efeadb5d1e5d5416ff1a9dacb33') if [ "$CARCH" != "mips64el" ]; then # Don't use the Loongson-specific patches on non-mips64el arches. @@ -374,16 +386,3 @@ package_linux-libre-docs() { # remove a file already in linux package rm -f "${pkgdir}/usr/src/linux-${_kernver}/Documentation/DocBook/Makefile" } -md5sums=('a5e128ca059cceb8b69148b41ff4ac6f' - '0882e254b12df2c8d73df29de85223a7' - '669c3f9d5c6a2109bad8e511287826c3' - '454231e14419e56a5281eb7bc6fde83e' - 'e49ac236dfeef709f91a3d993ea7b62c' - '2967cecc3af9f954ccc822fd63dca6ff' - '8267264d9a8966e57fdacd1fa1fc65c4' - '04b21c79df0a952c22d681dd4f4562df' - '9d3c56a4b999c8bfbd4018089a62f662' - '263725f20c0b9eb9c353040792d644e5' - '80a46681386bb87813989faeb92bdd9a' - '86910efeadb5d1e5d5416ff1a9dacb33') - |