summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2017-11-18 14:44:06 -0500
committerTed Alff2017-11-18 14:44:06 -0500
commit2fc38ad41c9859e5bc8aef83a2830728af8db48c (patch)
treee82ecca2b80c053fa78a7ec2f5cc4640fa7bacea /PKGBUILD
parent9e8b5fa285e1f5ac315b1323f0ff7fd240b48de1 (diff)
downloadaur-2fc38ad41c9859e5bc8aef83a2830728af8db48c.tar.gz
Add gtk3 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8591c9dae8e..e67a3eefe967 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=basilisk
pkgname=${_pkgname}-bin
pkgver=55.0.2017.11.13
-pkgrel=1
+pkgrel=2
pkgdesc="Basilisk Browser from the makers of Pale Moon"
url="http://www.basilisk-browser.org"
arch=('x86_64')
license=('GPL')
-depends=('gtk2' 'dbus-glib' 'libxt' 'mime-types' 'nss' 'alsa-lib' 'icu')
+depends=('gtk2' 'gtk3' 'dbus-glib' 'libxt' 'mime-types' 'nss' 'alsa-lib' 'icu')
optdepends=('hunspell: spell checker and morphological analyzer'
'hyphen: library for hyphenation and justification'
'ffmpeg: record, convert, and stream audio and video')