diff options
-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%% *} |