summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNazar Vinnichuk2020-06-16 16:43:21 +0300
committerNazar Vinnichuk2020-06-16 16:43:21 +0300
commitd1846770c179949496320502cf568f334c26715a (patch)
tree16ccdd807f21172ca9a5d11ad3f1824231eed998 /PKGBUILD
parentc30f9291afa03a5ad6381be1456832d0858305ec (diff)
downloadaur-paclabel-git.tar.gz
Fix license naming.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1366bea3af1c..4dbfd3e92dae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A tiny pacman wrapper that makes possible to attach labels to packages."
url="http://github.com/Kharacternyk/${_pkgname}"
arch=('any')
-license=('GPL-3')
+license=('GPL3')
depends=('ncurses')
optdepends=('ripgrep')
makedepends=('git')