Rebuild mingw-w64-qt5-{base,svg} against fixed mingw-w64-glib2

This commit is contained in:
Martchus 2018-09-30 13:25:09 +02:00
parent 1ab0c2dcfd
commit fb7d66642b
5 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ isNoOpenGL() {
pkgname=mingw-w64-qt5-base-angle
pkgver=5.11.2
pkgrel=1
pkgrel=2
pkgdesc='A cross-platform application and UI framework (mingw-w64)'
# The static variant doesn't contain any executables which need to be executed on the build machine
isStatic && arch=('any') || arch=('i686' 'x86_64')

View File

@ -37,7 +37,7 @@ isNoOpenGL() {
pkgname=mingw-w64-qt5-base-dynamic
pkgver=5.11.2
pkgrel=1
pkgrel=2
pkgdesc='A cross-platform application and UI framework (mingw-w64)'
# The static variant doesn't contain any executables which need to be executed on the build machine
isStatic && arch=('any') || arch=('i686' 'x86_64')

View File

@ -37,7 +37,7 @@ isNoOpenGL() {
pkgname=mingw-w64-qt5-base-static
pkgver=5.11.2
pkgrel=1
pkgrel=2
pkgdesc='A cross-platform application and UI framework (mingw-w64)'
# The static variant doesn't contain any executables which need to be executed on the build machine
isStatic && arch=('any') || arch=('i686' 'x86_64')

View File

@ -37,7 +37,7 @@ isNoOpenGL() {
pkgname=mingw-w64-qt5-base
pkgver=5.11.2
pkgrel=1
pkgrel=2
pkgdesc='A cross-platform application and UI framework (mingw-w64)'
# The static variant doesn't contain any executables which need to be executed on the build machine
isStatic && arch=('any') || arch=('i686' 'x86_64')

View File

@ -10,7 +10,7 @@
_qt_module=qtsvg
pkgname="mingw-w64-qt5-svg"
pkgver=5.11.2
pkgrel=1
pkgrel=2
arch=('any')
pkgdesc="Classes for displaying the contents of SVG files (mingw-w64)"
depends=('mingw-w64-qt5-base')