summaryrefslogtreecommitdiff
path: root/libre/iceweasel
diff options
context:
space:
mode:
Diffstat (limited to 'libre/iceweasel')
-rw-r--r--libre/iceweasel/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index 5ad29d5bf..31367be77 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -42,7 +42,7 @@ replaces=('firefox')
epoch=1
pkgver=61.0.2
pkgrel=1
-pkgrel+=.parabola1
+pkgrel+=.parabola2
pkgdesc="Libre standalone web browser based on Mozilla Firefox"
arch=(x86_64)
arch+=(i686 armv7h)
@@ -213,7 +213,7 @@ END
# these settings don't do anything on GNU/Linux.
#
# However, they don't seem to be causing any of the critical issues.
- local _shortver=$(cut -d. -f1,2 <<<"$pkver")
+ local _shortver=$(cut -d. -f1,2 <<<"$pkgver")
cat >> "$_vendorjs" <<END
// Disable "alt" as a shortcut key to open full menu bar. Conflicts with "alt" as a modifier
pref("ui.key.menuAccessKeyFocuses", false);