From 73f1a248e9a3ecb5d215f437d78acda6d1af452b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Fri, 10 May 2013 00:43:20 -0300 Subject: iceweasel-libre-20.0.1-5: add new urls https://labs.parabola.nu/issues/326 --- libre/iceweasel-libre/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libre/iceweasel-libre/PKGBUILD') diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD index c45a1f81f..969d851b7 100644 --- a/libre/iceweasel-libre/PKGBUILD +++ b/libre/iceweasel-libre/PKGBUILD @@ -22,7 +22,7 @@ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } _pkgname=iceweasel pkgname=iceweasel-libre pkgver=$_debver.$_debrel -pkgrel=4 +pkgrel=5 pkgdesc="A libre version of Debian Iceweasel, the standalone web browser based on Mozilla Firefox." arch=(i686 x86_64 mips64el) @@ -61,7 +61,7 @@ md5sums=('22daa24b6490c654f131550cbf20fad3' 'abf5ecb74caa857abb42bcfbb3442d9c' '0c26941504d3f2abed759221e9bb5de1' '52e52f840a49eb1d14be1c0065b03a93' - 'a8fc4658d45b6bf9350023e5c3f34e56' + '3bf8aefb861095caa45649c118163454' 'd0e1f2625cd9f7234abdeb55aee00529') prepare() { @@ -87,13 +87,13 @@ prepare() { patch -Np1 -i "$srcdir/shared-libs.patch" # Replace common URLs - sed '/^#/d' ../replace-urls.txt | while read -r moz_url gnu_url; do + sed '/^#/d' ../replace-urls.txt | while read -r moz_url free_url; do if [[ -n $moz_url ]]; then - printf 'liberating: %s -> %s\n' "$moz_url" "$gnu_url" + printf 'liberating: %s -> %s\n' "$moz_url" "$free_url" grep -Erl "${moz_url}" \ --exclude='*.'{patch,orig,rej} \ --exclude-dir={.pc,test,tests,testing} \ - | xargs -d '\n' --no-run-if-empty sed -ri "s<${moz_url}<${gnu_url}