summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaryJaneInChain2016-08-28 23:03:57 +0800
committerMaryJaneInChain2016-08-28 23:03:57 +0800
commit93094cabe5a99baf5e1cc666c0dc4d4cd7f94724 (patch)
treeda88eaef57a4dbe8ce5c6bfdf57d990252449b68 /PKGBUILD
parent2b6ae0da4be1e7815bbb08309fb0bdf31addb920 (diff)
downloadaur-93094cabe5a99baf5e1cc666c0dc4d4cd7f94724.tar.gz
added dependency gtksourceview3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10a88e019e3c..30dfc7127952 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,9 @@ depends=('python'
'python-beautifulsoup4'
'python-gtkspellcheck'
'webkitgtk'
- 'wkhtmltopdf')
+ 'wkhtmltopdf'
+ 'gtksourceview3'
+ )
makedepends=('python')
options=('!emptydirs' '!strip')
install="${pkgname}.install"