summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent2f74c75a523861babe59b48433a356b2cc309e2f (diff)
downloadaur-0f40645b96d7617ff33b25fd72b3afd7249299dc.tar.gz
fix license name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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=()