summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbdo Roig-Maranges2016-04-04 01:58:12 +0200
committerAbdo Roig-Maranges2016-04-04 01:58:12 +0200
commit0f40645b96d7617ff33b25fd72b3afd7249299dc (patch)
tree2e4a7cda6f195487d9dcb7856e76c07bdcf94a09
parent2f74c75a523861babe59b48433a356b2cc309e2f (diff)
downloadaur-0f40645b96d7617ff33b25fd72b3afd7249299dc.tar.gz
fix license name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd48d2fdd734..fc6806ca77dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = git-spindle-git
pkgrel = 1
url = http://github.com/seveas/git-spindle
arch = any
- license = GPLv3
+ license = GPL3
makedepends = make
makedepends = python-sphinx
depends = git
diff --git a/PKGBUILD b/PKGBUILD
index ed64817edf3e..3bf44ee3ed1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Git subcommands for integrating with central services like github, gitlab and bitbucket"
arch=('any')
url="http://github.com/seveas/git-spindle"
-license=('GPLv3')
+license=('GPL3')
depends=('git' 'python' 'python-github3.py' 'python-whelk' 'python-docopt')
makedepends=('make' 'python-sphinx')
optdepends=()