summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Moroni2015-11-06 10:13:18 +0100
committerMichael Moroni2015-11-06 10:13:18 +0100
commitbe30cabaf2a4bfdb117e4aa6f3f3042eb2e2a31f (patch)
tree053be5aa359557cd43fb09dc43f1082ccda4c67a
parente567cc0aeadecb1ebf6e7143c58ec5a1aaa41ac0 (diff)
downloadaur-be30cabaf2a4bfdb117e4aa6f3f3042eb2e2a31f.tar.gz
Fix update to 45.0a1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ec80f309854..321e728a4794 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,7 @@ pkgbase = firefox-nightly-it
optdepends = gstreamer0.10-good: h.264 video
optdepends = hunspell: spell checking
optdepends = hyphen: hyphenation
- source = https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central-l10n/firefox-45.0a1.it.linux-.tar.bz2
+ source = https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n//firefox-45.0a1.it.linux-.tar.bz2
source = firefox-nightly.desktop
source = firefox-nightly-safe.desktop
source = vendor.js
diff --git a/PKGBUILD b/PKGBUILD
index d1104d02ff80..f402796e48e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ optdepends=('gstreamer0.10-ffmpeg: h.264 video'
'hunspell: spell checking'
'hyphen: hyphenation')
_base_src="${_name}-${_version}.${_lang}.linux-${CARCH}"
-_base_url="https://ftp.mozilla.org/pub/mozilla.org/${_name}/${_channel}/latest-mozilla-central-l10n"
+_base_url="https://ftp.mozilla.org/pub/${_name}/${_channel}/latest-mozilla-central-l10n/"
_tarball="${_base_src}.tar.bz2"
source=(
"${_base_url}/${_tarball}"
@@ -45,7 +45,7 @@ install=$pkgname.install
pkgver() {
SRC_VER="${_name}-${_version}.en-US.linux-${CARCH}.txt"
- curl -OR "https://ftp.mozilla.org/pub/mozilla.org/${_name}/${_channel}/latest-trunk/${SRC_VER}"
+ curl -OR "https://ftp.mozilla.org/pub/${_name}/${_channel}/latest-trunk/${SRC_VER}"
echo "${_version}.$(head -n1 ${SRC_VER} | cut -c -8)"
}