summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Häggqvist2015-11-03 23:26:49 +0100
committerVictor Häggqvist2015-11-03 23:26:49 +0100
commit92de5ada211b2f1bedc845dfaac56b4ff2976800 (patch)
tree65cb8ccd3c441740f07278879e324a8a7c02fad4
parent205b4602ad37c63ae5dbabaedbf07ed2b8a17f28 (diff)
downloadaur-92de5ada211b2f1bedc845dfaac56b4ff2976800.tar.gz
drop pygtk depedency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ec34d3c70d7..67015445cef4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://pwr.github.com/Solaar/"
license=('GPL2')
groups=()
arch=('any')
-depends=('python' 'python-pyudev' 'python-gobject' 'pygtk')
+depends=('python' 'python-pyudev' 'python-gobject')
optdepends=(
'libappindicator3: better integration into Unity'
)