summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2017-11-18 10:18:52 -0500
committerTed Alff2017-11-18 10:18:52 -0500
commit9e8b5fa285e1f5ac315b1323f0ff7fd240b48de1 (patch)
treea88832d7fe2730cf1263deab45af27ecd4ff0a42
parent68cac5ccfa3a2d9225f8e3ec7ebceaa96c78e5af (diff)
downloadaur-9e8b5fa285e1f5ac315b1323f0ff7fd240b48de1.tar.gz
typos.com
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD2
2 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6ce9bf79f0f..6b404365208b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Nov 18 14:30:54 UTC 2017
+# Sat Nov 18 15:18:36 UTC 2017
pkgbase = basilisk-bin
pkgdesc = Basilisk Browser from the makers of Pale Moon
pkgver = 55.0.2017.11.13
@@ -7,6 +7,13 @@ pkgbase = basilisk-bin
url = http://www.basilisk-browser.org
arch = x86_64
license = GPL
+ depends = gtk2
+ depends = dbus-glib
+ depends = libxt
+ depends = mime-types
+ depends = nss
+ depends = alsa-lib
+ depends = icu
optdepends = hunspell: spell checker and morphological analyzer
optdepends = hyphen: library for hyphenation and justification
optdepends = ffmpeg: record, convert, and stream audio and video
diff --git a/PKGBUILD b/PKGBUILD
index f44ef578ae1b..e8591c9dae8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Basilisk Browser from the makers of Pale Moon"
url="http://www.basilisk-browser.org"
arch=('x86_64')
license=('GPL')
-dependsdepends=('gtk2' 'dbus-glib' 'libxt' 'mime-types' 'nss' 'alsa-lib' 'icu')
+depends=('gtk2' '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')