diff options
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ pkgbase = quicktile-git epoch = 1 url = https://github.com/ssokolow/quicktile arch = any - license = GPLv2 + license = GPL2 makedepends = python-setuptools depends = python depends = gtk3 @@ -8,7 +8,7 @@ epoch=1 url="https://github.com/ssokolow/quicktile" pkgdesc="Adds window-tiling hotkeys to any X11 desktop" arch=('any') -license=('GPLv2') +license=('GPL2') depends=('python' 'gtk3' 'libwnck3' 'python-gobject' 'python-xlib') optdepends=('python-dbus: required if you want to interact with QuickTile over D-Bus') makedepends=('python-setuptools') |