summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNazar Vinnichuk2020-06-16 16:42:54 +0300
committerNazar Vinnichuk2020-06-16 16:42:54 +0300
commita3110b1359095ba51bdd5410df7f5afa9d78e9fe (patch)
tree25bb47f5c7016ed86c298f4fcc01691582d52155
parentb3e18660a7d98bb0252d16e9a3b3ef063d85eeb2 (diff)
downloadaur-a3110b1359095ba51bdd5410df7f5afa9d78e9fe.tar.gz
Fix license naming.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85dbbcc8335c..057dbd14c143 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = viter-git
pkgrel = 1
url = http://github.com/Kharacternyk/viter
arch = any
- license = GPL-3
+ license = GPL3
makedepends = git
depends = python-gobject
depends = vte3
diff --git a/PKGBUILD b/PKGBUILD
index f4fb788f594e..7d21d4dade2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A Vim-ish terminal emulator written and expandable in Python."
url="http://github.com/Kharacternyk/${_pkgname}"
arch=('any')
-license=('GPL-3')
+license=('GPL3')
depends=('python-gobject' 'vte3')
makedepends=('git')
conflicts=("${_pkgname}")