summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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=()