summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2020-06-02 11:58:02 +0000
committerAnthony Ruhier2020-06-02 11:58:02 +0000
commite5c73929f68bccc0850aaf279d13b6d7b89a6a09 (patch)
tree99528a1982783b38ab72dd1cf78d019442ac5e4c
parent8bac19c162730072ccba82375d6fde715bb3d19f (diff)
downloadaur-e5c73929f68bccc0850aaf279d13b6d7b89a6a09.tar.gz
Remove startup-notification as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f9fd39feefb..c2e5f51301f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -31,7 +31,6 @@ pkgbase = firefox-beta
makedepends = xorgproto
depends = gtk3
depends = libxt
- depends = startup-notification
depends = mime-types
depends = dbus-glib
depends = ffmpeg
diff --git a/PKGBUILD b/PKGBUILD
index 78b6e706b8ff..be8f2459d1ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,8 +57,7 @@ pkgdesc="Standalone web browser from mozilla.org - Beta"
arch=(i686 x86_64)
license=(MPL GPL LGPL)
url="https://www.mozilla.org/en-US/firefox/channel/#beta"
-depends=(gtk3 libxt startup-notification mime-types dbus-glib ffmpeg nss
- ttf-font libpulse)
+depends=(gtk3 libxt mime-types dbus-glib ffmpeg nss ttf-font libpulse)
makedepends=(unzip zip diffutils python2-setuptools yasm mesa imake inetutils
xorg-server-xvfb autoconf2.13 rust clang llvm jack gtk2
python nodejs python2-psutil cbindgen nasm xorgproto)