summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneodarz2018-04-02 13:06:52 +0200
committerneodarz2018-04-02 13:06:52 +0200
commite091fe69d5d38ceb427501caa609d589c965da78 (patch)
treec15ce54bf82ab36d9d1e5936d10dbfd2fd6a3468
parent9bbd134f5b2f9797661e0ed4c4a8346f395df0d3 (diff)
downloadaur-e091fe69d5d38ceb427501caa609d589c965da78.tar.gz
Fix licence
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b94c763358cf..4c824598540e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = grv-git
url = https://github.com/rgburke/grv
arch = i686
arch = x86_64
- license = GPL-3.0
+ license = GPL3
makedepends = git
makedepends = cmake
makedepends = go
diff --git a/PKGBUILD b/PKGBUILD
index b2c10da78c97..a8b154064aa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="terminal interface for viewing git repositories"
arch=('i686' 'x86_64')
url="https://github.com/rgburke/$_pkgname"
-license=('GPL-3.0')
+license=('GPL3')
depends=(ncurses readline curl)
makedepends=(git cmake go binutils fakeroot)
provides=("$_pkgname")