diff options
Diffstat (limited to '')
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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") |