summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornull2016-06-18 12:13:12 -0400
committernull2016-06-18 12:13:12 -0400
commita278f25ddf384e3529e9e35f1e1744fb4073cf9c (patch)
treea4c533e5947625b68e8aedfe6697338a36fc7a79 /PKGBUILD
parent772558d0b7ff54aba823155b17e584650cabfea5 (diff)
downloadaur-a278f25ddf384e3529e9e35f1e1744fb4073cf9c.tar.gz
Added pygtk dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c50317597c8b..65c62666ddc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="The Samba configuration tool by Red Hat"
url="http://fedoraproject.org/wiki/SystemConfig/samba"
arch=('x86_64' 'i686')
license=('GPLv2')
-depends=('samba' 'libuser' 'gksu' 'python2')
+depends=('samba' 'libuser' 'gksu' 'python2' 'pygtk')
optdepends=()
makedepends=('intltool' 'gnome-common' 'gnome-doc-utils')
conflicts=()