summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevin Cofer2018-12-20 01:10:28 -0500
committerDevin Cofer2018-12-20 01:10:28 -0500
commit5343506e439f68583e8dcf681c1841895abb6b89 (patch)
tree9a4053f945887c16eec0f0761ccc62de5729170a /PKGBUILD
parentbdb85453d6e75bbf5a020e16d4e28bd3311dc266 (diff)
downloadaur-5343506e439f68583e8dcf681c1841895abb6b89.tar.gz
Turn strip back off, add sqlite dep back
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6f1a11ca97b..3955c20b2f81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ arch=(x86_64)
license=(MPL GPL LGPL)
url="https://www.mozilla.org/firefox/"
depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib
- ffmpeg nss ttf-font libpulse libvpx icu xorg-server-xwayland)
+ ffmpeg nss sqlite ttf-font libpulse libvpx icu xorg-server-xwayland)
makedepends=(unzip zip diffutils python2-setuptools yasm mesa imake inetutils
xorg-server-xvfb autoconf2.13 rust mercurial clang llvm jack gtk2
python nodejs python2-psutil cbindgen)
@@ -24,7 +24,7 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
'pulseaudio: Audio support'
'speech-dispatcher: Text-to-Speech'
'hunspell-en_US: Spell checking, American English')
-options=(!emptydirs !makeflags)
+options=(!emptydirs !makeflags !strip)
_repo=https://hg.mozilla.org/mozilla-unified
conflicts=('firefox')
provides=('firefox')