summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2020-06-02 09:37:53 +0000
committerAnthony Ruhier2020-06-02 09:37:53 +0000
commit8bac19c162730072ccba82375d6fde715bb3d19f (patch)
tree9958489d643e067416599be7a90c4aeeac924c03
parent21de04dc120f794fe4db5b3292a16690664c424e (diff)
downloadaur-8bac19c162730072ccba82375d6fde715bb3d19f.tar.gz
Remove deprecated build options
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd56c273e95e..8f9fd39feefb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firefox-beta
pkgdesc = Standalone web browser from mozilla.org - Beta
pkgver = 78.0b1
- pkgrel = 1
+ pkgrel = 2
url = https://www.mozilla.org/en-US/firefox/channel/#beta
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f4ee142bbf3d..78b6e706b8ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ pkgver=78.0b1
_major=${pkgver/rc*}
_build=${pkgver/*rc}
_pkgver=78.0
-pkgrel=1
+pkgrel=2
pkgdesc="Standalone web browser from mozilla.org - Beta"
arch=(i686 x86_64)
license=(MPL GPL LGPL)
@@ -140,9 +140,7 @@ ac_add_options --with-system-nss
# Features
ac_add_options --enable-alsa
ac_add_options --enable-jack
-ac_add_options --enable-startup-notification
ac_add_options --enable-crashreporter
-ac_add_options --disable-gconf
ac_add_options --disable-updater
ac_add_options --disable-tests
END