summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2020-10-09 20:03:23 +1100
committerLuke Arms2020-10-09 20:03:23 +1100
commitef2572f9af6e19e8e6cb9ece27920342ae36fbbf (patch)
treead2a3d010a2ee600c8061122e43c5a34927949f7
parent0915f32c6af3d2bd73dc90bab2204eb49f6736fe (diff)
downloadaur-ef2572f9af6e19e8e6cb9ece27920342ae36fbbf.tar.gz
Fix typo in license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0af8207131ef..3c2782287a99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 63666fcc34d1..328e346d3874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')