diff options
author | Martchus | 2016-12-08 20:41:08 +0100 |
---|---|---|
committer | Martchus | 2016-12-08 20:41:08 +0100 |
commit | d4c3471e9018d5556ae12d76223dfcc3c30c547f (patch) | |
tree | f8da81653077841c298d5fd420a317ca78df85e4 | |
parent | 788f296cf46ed835292aced0b9ef0d2bbf45caac (diff) | |
download | aur-d4c3471e9018d5556ae12d76223dfcc3c30c547f.tar.gz |
Fix misc issues
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 5 deletions
@@ -1,13 +1,15 @@ # Generated by mksrcinfo v8 -# Fri Aug 19 20:10:33 UTC 2016 +# Thu Dec 8 19:41:08 UTC 2016 pkgbase = mingw-w64-qt5-translations pkgdesc = A cross-platform application and UI framework (translations, mingw-w64) pkgver = 5.7.0 - pkgrel = 2 + pkgrel = 3 url = https://www.qt.io/ arch = any license = GPL3 - license = LGPL + license = LGPL3 + license = FDL + license = custom makedepends = mingw-w64-gcc makedepends = mingw-w64-qt5-tools depends = mingw-w64-qt5-base @@ -10,13 +10,13 @@ _qt_module=qttranslations pkgname="mingw-w64-qt5-translations" pkgver=5.7.0 -pkgrel=2 +pkgrel=3 arch=('any') pkgdesc="A cross-platform application and UI framework (translations, mingw-w64)" depends=('mingw-w64-qt5-base') makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-tools') options=('!strip' '!buildflags' 'staticlibs') -license=('GPL3' 'LGPL') +license=('GPL3' 'LGPL3' '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") |