diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-13 08:10:59 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-13 08:24:49 -0300 |
commit | 7ac168037472a100811adb33f169d9aec7cb427c (patch) | |
tree | 63715b0aa927d49faa0e0ba59b021bfe39031971 /libre | |
parent | ab8b337babd09d6b7369de0b52bb387201466ab7 (diff) | |
download | abslibre-7ac168037472a100811adb33f169d9aec7cb427c.tar.gz abslibre-7ac168037472a100811adb33f169d9aec7cb427c.tar.bz2 abslibre-7ac168037472a100811adb33f169d9aec7cb427c.zip |
iceweasel: minor fix
Diffstat (limited to 'libre')
-rw-r--r-- | libre/iceweasel/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index dc1a5cfbc..c3cd2d579 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -20,7 +20,7 @@ _debver=45.0 _debrel=deb1 _brandingrel=1 _debrepo=http://ftp.debian.org/debian/pool/main/ -_parabolarepo=https://repo.parabola.nu/other/ +_parabolarepo=https://repo.parabola.nu/other/iceweasel debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } _pkgname=firefox @@ -47,8 +47,8 @@ replaces=("$pkgname-libre" "$_pkgname") conflicts=("$pkgname-libre") source=("$_debrepo/`debfile $_debname`_$_debver.orig.tar.xz" "$_debrepo/`debfile $_debname`_$_debver-${_debrel#deb}.debian.tar.xz" - "$_parabolarepo/`debfile $pkgname`_$_debver-${_brandingrel}.branding.tar.xz" - "$_parabolarepo/`debfile $pkgname`_$_debver-${_brandingrel}.branding.tar.xz.sig" + "$_parabolarepo/${pkgname}_$_debver-$_brandingrel.branding.tar.xz" + "$_parabolarepo/${pkgname}_$_debver-$_brandingrel.branding.tar.xz.sig" mozconfig libre.patch gnu_headshadow.png |