summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCiD-2022-03-27 08:49:52 -0400
committerCiD-2022-03-27 08:49:52 -0400
commit72827f7a5b3da65ccec5a2e5d39723db4ae5a5cc (patch)
tree5930e07d68a2f3db8389dac97ae4bb453dddcb6d /PKGBUILD
parent4f7e38188ee8bf8139f397214938aa29fb9482d2 (diff)
downloadaur-72827f7a5b3da65ccec5a2e5d39723db4ae5a5cc.tar.gz
add dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b64fb6d6ba3..f1cae7d4ad29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A text widget that extends the standard gtk+ 2.x"
arch=(x86_64)
url="https://download.gnome.org/sources/gtksourceview"
license=(GNU)
-depends=()
+depends=('gtk2' 'libxml2' 'intltool' 'python3')
checkdepends=()
provides=()
source=("$url/2.10/gtksourceview-$pkgver.tar.gz")