summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordustball2017-09-07 16:15:45 +0200
committerdustball2017-09-07 16:15:45 +0200
commit74b1d162ca7d8dfdf08f5606d1874e521573e8b5 (patch)
treee7ace129fff480d0495d6a2468cbd339732682ec /PKGBUILD
parentc3040c0b3102edbc36ea4818fbfe88d6c28733eb (diff)
downloadaur-74b1d162ca7d8dfdf08f5606d1874e521573e8b5.tar.gz
using "python2 setup.py" requires python2-setuptools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43b50f209467..c208df4ee726 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=quicktile-git
-pkgver=20170825
+pkgver=20170907
pkgrel=1
url="https://github.com/ssokolow/quicktile"
pkgdesc="Lightweight standalone alternative to Compiz Grid plugin"
@@ -7,7 +7,7 @@ arch=('any')
license=('GPLv2')
depends=('python2' 'pygtk' 'python2-xlib' 'python2-wnck')
optdepends=('python2-dbus')
-makedepends=('git')
+makedepends=('git' 'python2-setuptools')
_gitroot='git://github.com/ssokolow/quicktile.git'
_gitname='quicktile'