summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2016-12-08 20:41:08 +0100
committerMartchus2016-12-08 20:41:08 +0100
commit0836ccb40b6da608be8f900c32894fc7894b6676 (patch)
treea1092648dfd6c8c3114a9b27ba502cd1cd8b9454 /PKGBUILD
parenta0d3d6f1e1329143fe72668e52d255aeed7482f0 (diff)
downloadaur-0836ccb40b6da608be8f900c32894fc7894b6676.tar.gz
Fix misc issues
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f466d07740f4..952f50228dc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
_qt_module=qtimageformats
pkgname="mingw-w64-qt5-imageformats"
pkgver=5.7.0
-pkgrel=2
+pkgrel=3
arch=('any')
pkgdesc="Plugins for additional image formats: TIFF, MNG, TGA, WBMP (mingw-w64)"
depends=('mingw-w64-qt5-base')
@@ -21,7 +21,7 @@ depends=('mingw-w64-qt5-base')
#depends+=('mingw-w64-libwebp') # for WebP
makedepends=('mingw-w64-gcc')
options=('!strip' '!buildflags' 'staticlibs')
-license=('GPL3' 'LGPL')
+license=('GPL3' 'LGPL' 'FDL' 'custom')
url="https://www.qt.io/"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")