summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNate Levesque2015-09-22 09:23:51 -0400
committerNate Levesque2015-09-22 09:23:51 -0400
commit5d56cca35be69119b830332d61f9f3459ed632d8 (patch)
treed7589a0801757bf6823343183b24c24bc59cc354 /PKGBUILD
parent31d963a14d9d72171b65ebc171085d672f06f878 (diff)
downloadaur-5d56cca35be69119b830332d61f9f3459ed632d8.tar.gz
Add pygtk to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb6d63fcd91b..2699b8b9e1fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gscreenshot
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="A GUI front-end for scrot"
arch=('any')
@@ -14,6 +14,7 @@ groups=()
depends=("python3"
"python-pillow"
"scrot"
+ "pygtk"
"gtk3"
"python-setuptools"
"python-gobject")