diff options
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 7 | 
1 files changed, 3 insertions, 4 deletions
| @@ -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" | 
