From 1fd84dab4754eaa0dae1e6addaafd3a1e343c21e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 17 Mar 2018 16:22:19 -0700 Subject: Updated to 49.0.1 --- PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 4310905..4ba1e4c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Jakub Schmidtke 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" -- cgit v1.2.1