diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-11-06 18:35:01 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-11-06 18:35:01 -0200 |
commit | 9d4c11b8fae3cbd13d19e66776e0bff1f959e083 (patch) | |
tree | 90e0240b086585bd29822f081e1147eda8bcc412 /libre/icecat-l10n/PKGBUILD | |
parent | de7db8f660589d3e1eb17c6042ecb8b342bbb4d4 (diff) |
icecat-l10n: update to 31.2.0
Diffstat (limited to 'libre/icecat-l10n/PKGBUILD')
-rw-r--r-- | libre/icecat-l10n/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/icecat-l10n/PKGBUILD b/libre/icecat-l10n/PKGBUILD index 4f32681e6..2d0744f0d 100644 --- a/libre/icecat-l10n/PKGBUILD +++ b/libre/icecat-l10n/PKGBUILD @@ -6,8 +6,8 @@ _pkgbase=icecat pkgbase=$_pkgbase-l10n -pkgver=31.1.1 -pkgrel=3 +pkgver=31.2.0 +pkgrel=1 pkgdesc="Language pack for GNU IceCat." arch=('any') url="http://www.gnu.org/software/gnuzilla/" @@ -109,7 +109,7 @@ _languages=( pkgname=() source=('region.properties') -_url=http://gnuzilla.gnu.org/releases/$pkgver/langpacks +_url=http://ftp.gnu.org/gnu/gnuzilla/$pkgver/langpacks for _lang in "${_languages[@]}"; do _locale=${_lang%% *} |