diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-11-29 07:16:15 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-11-29 07:16:49 +0100 |
commit | fc306fcb03eb7314f35506cc5f1020d4243736f5 (patch) | |
tree | b728860fd6e327234634a64dd37b139feb238e85 /libre/icedove-l10n/PKGBUILD | |
parent | 396e12602cffb6e51188db908a9671e3a0312649 (diff) | |
download | abslibre-fc306fcb03eb7314f35506cc5f1020d4243736f5.tar.gz abslibre-fc306fcb03eb7314f35506cc5f1020d4243736f5.tar.bz2 abslibre-fc306fcb03eb7314f35506cc5f1020d4243736f5.zip |
consolidated langpack list checkers for ice* packages
Diffstat (limited to 'libre/icedove-l10n/PKGBUILD')
-rw-r--r-- | libre/icedove-l10n/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/icedove-l10n/PKGBUILD b/libre/icedove-l10n/PKGBUILD index e6b72d773..948f76c58 100644 --- a/libre/icedove-l10n/PKGBUILD +++ b/libre/icedove-l10n/PKGBUILD @@ -85,7 +85,7 @@ _languages=( pkgname=() source=('brand.dtd' 'brand.properties' 'region.properties') -_pkgurl=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi +_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi _calurl=https://ftp.mozilla.org/pub/calendar/lightning/candidates/$_calver-candidates/build1/linux-i686 for _lang in "${_languages[@]}"; do @@ -93,7 +93,7 @@ for _lang in "${_languages[@]}"; do _pkgname=$pkgbase-${_locale,,} pkgname+=($_pkgname) - source+=("$pkgbase-$pkgver-$_locale.xpi::$_pkgurl/$_locale.xpi" + source+=("$pkgbase-$pkgver-$_locale.xpi::$_url/$_locale.xpi" "$_calbase-l10n-$_calver-$_locale.xpi::$_calurl/lightning-$_calver.$_locale.linux-i686.xpi") eval "package_$_pkgname() { _package $_lang |