summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikolay Korotkiy2018-12-09 00:17:46 +0300
committerNikolay Korotkiy2018-12-09 00:17:46 +0300
commitcb88d7052657e358cbcf3a68034f776db7b8007c (patch)
tree8c297dda9403ee04eb024e6e9e2fa62f1b6ee892 /PKGBUILD
parentc0a2ac83ece4e1040330cceb4f41ef2279b3c619 (diff)
downloadaur-cb88d7052657e358cbcf3a68034f776db7b8007c.tar.gz
Fix license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7c4bd121030..fe3aaa915ea4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@ _orgname=tumic0
_pkgname=QtPBFImagePlugin
pkgname=qt5-pbfimageplugin
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Qt image plugin for displaying Mapbox vector tiles'
arch=('i686' 'x86_64')
url='https://github.com/tumic0/QtPBFImagePlugin'
-license=('GPL3')
+license=('LGPL3')
depends=('qt5-base' 'protobuf')
makedepends=('qt5-tools')
provides=("${pkgname}=${pkgver}")