summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"