summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli2019-04-15 16:54:23 +0200
committerDenis 'GNUtoo' Carikli2019-04-15 16:58:48 +0200
commit4cabff28d4e5b39e33218173cafec4dc16bf57e7 (patch)
tree07d0aab325cdb1149fa81fae9f71c1a94e5daea9
parenta0e8efc3ba241d8d783d584ddbb772ae6a1e6c52 (diff)
downloadaur-4cabff28d4e5b39e33218173cafec4dc16bf57e7.tar.gz
Fix license spelling
The license name is GPL3 as its directory is spelled that way[1]. Thanks to elibrokeit on #parabola on Freenode for reporting the issue. References: ----------- [1]/usr/share/licenses/common/GPL3/ Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c4fc40ab2bf..4b7962f08381 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="Agent-less configuration management"
arch=('any')
url='https://bundlewrap.org/'
-license=('GPLv3')
+license=('GPL3')
depends=('python-cryptography'
'python-jinja'
'python-mako'