summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2018-03-17 16:22:19 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2018-03-17 16:22:19 -0700
commit1fd84dab4754eaa0dae1e6addaafd3a1e343c21e (patch)
treeb4618f8ad6721d732cfcd854d86d37a927c3388b /PKGBUILD
parentUpdated to 59.0 (diff)
downloadfirefox-esr-1fd84dab4754eaa0dae1e6addaafd3a1e343c21e.tar.xz
Updated to 49.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4310905..4ba1e4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Jakub Schmidtke <sjakub@gmail.com>
pkgname=firefox
-pkgver=59.0
+pkgver=59.0.1
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org"
arch=(x86_64)
@@ -28,7 +28,7 @@ sha256sums=('SKIP'
'677e1bde4c6b3cff114345c211805c7c43085038ca0505718a11e96432e9811a'
'9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797'
'02000d185e647aa20ca336e595b4004bb29cdae9d8f317f90078bdcc7a36e873'
- 'f5fa8873f8e3890780b857baa3569151921dbf266b9c2af27a43958169303e2c')
+ '227de32467f36e30e390da16e183ea1d83d1f49c2fe856661a9b5dddf1fe4389')
prepare() {
mkdir path
@@ -53,7 +53,6 @@ ac_add_options --enable-rust-simd
ac_add_options --disable-official-branding
ac_add_options --enable-update-channel=release
ac_add_options --with-distribution-id=
-export MOZILLA_OFFICIAL=0
export MOZ_TELEMETRY_REPORTING=0
export MOZ_ADDON_SIGNING=0
export MOZ_REQUIRE_SIGNING=0
@@ -136,7 +135,7 @@ END
"$pkgdir/usr/share/applications/$pkgname.desktop"
# Use system-provided dictionaries
- rm -r "$pkgdir"/usr/lib/$pkgname/dictionaries
+ rm -r "$pkgdir/usr/lib/$pkgname/dictionaries"
ln -Ts /usr/share/hunspell "$pkgdir/usr/lib/$pkgname/dictionaries"
ln -Ts /usr/share/hyphen "$pkgdir/usr/lib/$pkgname/hyphenation"