summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Cherchi2019-08-28 18:56:35 +0200
committerFrancesco Cherchi2019-08-28 18:56:35 +0200
commit84f9c17294aeb6accbb80bb4c3b93656c123d376 (patch)
tree25332722c6b89989d505377dccfc6b0e7db18a91
parentb69f812e7471fc7dd0be6d71785853fc5c6eac1d (diff)
downloadaur-84f9c17294aeb6accbb80bb4c3b93656c123d376.tar.gz
fix license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4e8da298659..579b2f79e00f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = xdgmenumaker
pkgrel = 1
url = https://github.com/gapan/xdgmenumaker
arch = any
- license = GPLv3
+ license = GPL3
depends = pygtk
depends = pygobject-devel
depends = gobject-introspection
diff --git a/PKGBUILD b/PKGBUILD
index e7fc0fd9b4e8..000bf8d28376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="A command line tool that generates XDG menus for several window managers"
url="https://github.com/gapan/$pkgname"
arch=('any')
-license=('GPLv3')
+license=('GPL3')
depends=('pygtk' 'pygobject-devel' 'gobject-introspection' 'python-gobject' 'python-xdg')
optdepends=('txt2tags: for manpages')
source=("https://github.com/gapan/${pkgname}/archive/${pkgver}.tar.gz")