diff options
author | neodarz <neodarz@neodarz.net> | 2018-04-02 13:06:52 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-04-02 13:06:52 +0200 |
commit | e091fe69d5d38ceb427501caa609d589c965da78 (patch) | |
tree | c15ce54bf82ab36d9d1e5936d10dbfd2fd6a3468 /PKGBUILD | |
parent | 9bbd134f5b2f9797661e0ed4c4a8346f395df0d3 (diff) | |
download | grv-git-e091fe69d5d38ceb427501caa609d589c965da78.tar.xz grv-git-e091fe69d5d38ceb427501caa609d589c965da78.zip |
Fix licence
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |