summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLouis Jencka2016-11-20 13:50:36 -0700
committerLouis Jencka2016-11-20 13:50:36 -0700
commit5911a792f9381907ccab7936035818cd20e6bcfa (patch)
tree49fd42a03696b41949faf3711bf74dad83c94d88 /PKGBUILD
parent7c7bc55bdb15c63f5727c6c30852c4d1222088fe (diff)
downloadaur-5911a792f9381907ccab7936035818cd20e6bcfa.tar.gz
Add missing pygtk dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d9cd5fe6480..0b4c262a1885 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -71,7 +71,8 @@ package_uzbl-tabbed-next-git() {
pkgdesc="Tabbing manager providing multiple uzbl-browser instances in 1 window"
arch=("any")
depends=("uzbl-browser-next-git=$pkgver"
- "python2")
+ "python2"
+ "pygtk")
provides=("uzbl-tabbed")
conflicts=("uzbl-tabbed")
cd "$srcdir/$_gitname"