diff options
author | Martchus | 2017-02-09 21:00:52 +0100 |
---|---|---|
committer | Martchus | 2017-02-09 21:00:52 +0100 |
commit | 8ea3e94fcf33a712926fcc334f8641884d23cfdd (patch) | |
tree | c5fedcaa1311e0cfd20e5ccee190733df8d8ec9e | |
parent | bf0831db234fd33feba60175f8165d89d15e712b (diff) | |
download | aur-8ea3e94fcf33a712926fcc334f8641884d23cfdd.tar.gz |
Update to 5.8.0
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 9 |
2 files changed, 11 insertions, 8 deletions
@@ -1,23 +1,25 @@ # Generated by mksrcinfo v8 -# Sat Dec 24 12:06:49 UTC 2016 +# Thu Feb 9 20:00:51 UTC 2017 pkgbase = mingw-w64-qt5-translations pkgdesc = A cross-platform application and UI framework (translations, mingw-w64) - pkgver = 5.7.1 + pkgver = 5.8.0 pkgrel = 1 url = https://www.qt.io/ arch = any + groups = mingw-w64-qt5 license = GPL3 license = LGPL3 license = FDL license = custom makedepends = mingw-w64-gcc + makedepends = mingw-w64-pkg-config makedepends = mingw-w64-qt5-tools depends = mingw-w64-qt5-base options = !strip options = !buildflags options = staticlibs - source = https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qttranslations-opensource-src-5.7.1.tar.xz - md5sums = 1ca23bce3401399a99dedc1c58f7cd24 + source = https://download.qt.io/official_releases/qt/5.8/5.8.0/submodules/qttranslations-opensource-src-5.8.0.tar.xz + md5sums = b6c6748a923b9639c7d018cfdb04caf4 pkgname = mingw-w64-qt5-translations @@ -9,18 +9,19 @@ _qt_module=qttranslations pkgname="mingw-w64-qt5-translations" -pkgver=5.7.1 +pkgver=5.8.0 pkgrel=1 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') +makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-qt5-tools') options=('!strip' '!buildflags' 'staticlibs') +groups=('mingw-w64-qt5') license=('GPL3' 'LGPL3' 'FDL' 'custom') -url="https://www.qt.io/" +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") -md5sums=('1ca23bce3401399a99dedc1c58f7cd24') +md5sums=('b6c6748a923b9639c7d018cfdb04caf4') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' |