summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwift Geek2015-09-25 08:33:21 +0200
committerSwift Geek2015-09-25 08:33:21 +0200
commit1a08d9512d4d188229d65ed06a30bb4950bc4cd2 (patch)
tree68f0bda8c5921355db288fa8e6d73e20af5a1fa7
parent31c016c1575240e213bfec2594434bd6a7a5ecc4 (diff)
downloadaur-1a08d9512d4d188229d65ed06a30bb4950bc4cd2.tar.gz
Bump to 41.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8cfd15c5267..28053aeaf426 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bin32-firefox-i18n
pkgdesc = Universal i18n for bin32-firefox - xpi version
- pkgver = 40.0.3
+ pkgver = 41.0
pkgrel = 1
url = http://www.mozilla.com/projects/firefox
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3d8592a3c1c3..74c2cf528f21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: magedon <magedon.zt@gmail.com>
pkgname=bin32-firefox-i18n
-pkgver=40.0.3
+pkgver=41.0
pkgrel=1
pkgdesc="Universal i18n for bin32-firefox - xpi version"
arch=('x86_64')
@@ -19,7 +19,7 @@ countdown() {
done
}
-ls_lang () {
+ls_lang_ftp () {
{ ftp -in ftp.mozilla.org <<EOF
user anonymous secrets
cd pub
@@ -30,6 +30,10 @@ EOF
} | grep 'ftp.*ftp.*\.xpi$' | awk -F'[. ]' '{print $(NF-1)}' | tr '\n' ' '
}
+ls_lang () {
+curl "http://ftp.mozilla.org/pub/firefox/releases/${pkgver}/linux-i686/xpi/" | tr '"' '\n' | grep xpi$ | sed 's/\.xpi//g'
+}
+
prepare() {
cd "${srcdir}"
msg "Getting LANG-packs list from ftp.mozilla.com…"