summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbtd13372019-09-10 15:12:49 -0300
committerbtd13372019-09-10 15:12:49 -0300
commitaf5d26d11b914d959f2f5ae83ae617b20c3e37d3 (patch)
treec4442b0fab843653a357a69c2d4605a57d9df100 /PKGBUILD
parent6cee51ed8f93a58a9a152eddedd90bf374fdc019 (diff)
downloadaur-af5d26d11b914d959f2f5ae83ae617b20c3e37d3.tar.gz
add marble dependency
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcaf6de3b4f8..e7a3e2b46238 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ pkgdesc="A new IDE made with Vala."
arch=('i686' 'x86_64')
url="https://gitlab.com/${_author}/${_gitname}"
license=('GPL3')
-depends=('gtk3' 'granite' 'glib2' 'gtksourceview4' 'json-glib' 'libdazzle' 'vte3-git')
+depends=('gtk3' 'granite' 'glib2' 'gtksourceview4' 'json-glib' 'libdazzle'
+ 'marble' 'vte3-git')
optdepends=('')
makedepends=('git' 'meson' 'vala')
provides=("${_gitname}-ide")