Rebuild mingw-w64-qt5-base* with new mingw-w64-mariadb-connector-c

This commit is contained in:
Martchus 2016-06-01 22:25:33 +02:00
parent 5dc58fd77f
commit 47ba04205c
3 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ isOpenGL() {
pkgname=mingw-w64-qt5-base-opengl
pkgver=5.6.0
pkgrel=3
pkgrel=4
pkgdesc="A cross-platform application and UI framework (mingw-w64, OpenGL)"
! isStatic && arch=('i686' 'x86_64')
isStatic && arch=('any') # the static variant doesn't contain any executables which need to be executed on the host
@ -83,7 +83,7 @@ md5sums=('d6b6cfd333c22829c6c85fc52ceed019'
'87cbd116c75ced1b075bf266f2455d50'
'62d2977e57fccf1f16d7ea6bf06d3279'
'83139869355c2d46921adb25e47cf0fa')
_architectures="x86_64-w64-mingw32 i686-w64-mingw32"
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
isStatic && depends+=("mingw-w64-qt5-base")
! isOpenGL && depends+=("mingw-w64-angleproject")

View File

@ -17,7 +17,7 @@ isOpenGL() {
pkgname=mingw-w64-qt5-base-static
pkgver=5.6.0
pkgrel=3
pkgrel=4
pkgdesc="A cross-platform application and UI framework (mingw-w64, static)"
! isStatic && arch=('i686' 'x86_64')
isStatic && arch=('any') # the static variant doesn't contain any executables which need to be executed on the host
@ -83,7 +83,7 @@ md5sums=('d6b6cfd333c22829c6c85fc52ceed019'
'87cbd116c75ced1b075bf266f2455d50'
'62d2977e57fccf1f16d7ea6bf06d3279'
'83139869355c2d46921adb25e47cf0fa')
_architectures="x86_64-w64-mingw32 i686-w64-mingw32"
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
isStatic && depends+=("mingw-w64-qt5-base")
! isOpenGL && depends+=("mingw-w64-angleproject")

View File

@ -17,7 +17,7 @@ isOpenGL() {
pkgname=mingw-w64-qt5-base
pkgver=5.6.0
pkgrel=3
pkgrel=4
pkgdesc="A cross-platform application and UI framework (mingw-w64)"
! isStatic && arch=('i686' 'x86_64')
isStatic && arch=('any') # the static variant doesn't contain any executables which need to be executed on the host
@ -83,7 +83,7 @@ md5sums=('d6b6cfd333c22829c6c85fc52ceed019'
'87cbd116c75ced1b075bf266f2455d50'
'62d2977e57fccf1f16d7ea6bf06d3279'
'83139869355c2d46921adb25e47cf0fa')
_architectures="x86_64-w64-mingw32 i686-w64-mingw32"
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
isStatic && depends+=("mingw-w64-qt5-base")
! isOpenGL && depends+=("mingw-w64-angleproject")