summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbtd13372020-02-10 11:57:13 -0300
committerbtd13372020-02-10 11:57:13 -0300
commitc5c343dab12b779f8191c19e3fe7e5ac9ca86850 (patch)
treeb1a456210c3d16a03bf48e9e9199409f7447cd13
parent5cd4610573d43981dc042170b4469046adb79b69 (diff)
downloadaur-c5c343dab12b779f8191c19e3fe7e5ac9ca86850.tar.gz
Add gtksourceview3 to dependencies
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f20f43049976..e339aeb615e9 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,9 +12,11 @@ pkgbase = palaura-git
depends = gtk3
depends = granite
depends = glib2
+ depends = gtksourceview3
depends = json-glib
depends = libgee
depends = libsoup
+ optdepends =
provides = palaura
conflicts = palaura
source = git+https://github.com/lainsce/palaura.git
diff --git a/PKGBUILD b/PKGBUILD
index d808b8933bc7..f7c539897172 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Find any word's definition with this handy dictionary. Designed for Pan
arch=('i686' 'x86_64')
url="https://github.com/${_author}/${_gitname}"
license=('GPL3')
-depends=('gtk3' 'granite' 'glib2' 'json-glib' 'libgee' 'libsoup')
+depends=('gtk3' 'granite' 'glib2' 'gtksourceview3' 'json-glib' 'libgee' 'libsoup')
optdepends=('')
makedepends=('git' 'meson' 'vala')
provides=("${_gitname}")