aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-09-12 20:06:45 +0200
committerMartchus2016-09-12 20:06:45 +0200
commit185d58ead13dcbef77e51733ccd37c210a1643fa (patch)
tree095bc4828e70a32de24d4c13aff84753a534c006
parent56c03b83801b48b03a2af469ae4e6d546976e1c3 (diff)
downloadaur-185d58ead13dcbef77e51733ccd37c210a1643fa.tar.gz
Depend on mingw-w64-postgresql
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2139a57e4ddd..0deb0e172015 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Sep 6 20:39:10 UTC 2016
+# Mon Sep 12 18:06:44 UTC 2016
pkgbase = mingw-w64-qt5-base-dynamic
pkgdesc = A cross-platform application and UI framework (mingw-w64)
pkgver = 5.7.0
- pkgrel = 5
+ pkgrel = 6
url = https://www.qt.io/
arch = i686
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = mingw-w64-qt5-base-dynamic
license = FDL
license = custom
makedepends = mingw-w64-gcc
- makedepends = mingw-w64-postgresql-libs
+ makedepends = mingw-w64-postgresql
makedepends = mingw-w64-mariadb-connector-c
makedepends = mingw-w64-pkg-config
makedepends = mingw-w64-angleproject
@@ -27,7 +27,7 @@ pkgbase = mingw-w64-qt5-base-dynamic
depends = mingw-w64-dbus
depends = mingw-w64-harfbuzz
depends = mingw-w64-pcre
- optdepends = mingw-w64-postgresql-libs: PostgreSQL support
+ optdepends = mingw-w64-postgresql: PostgreSQL support
optdepends = mingw-w64-mariadb-connector-c: MySQL support
optdepends = qtchooser
optdepends = mingw-w64-angleproject: use ANGLE instead of native OpenGL
diff --git a/PKGBUILD b/PKGBUILD
index df57a7baf394..56391a2dc604 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -70,7 +70,7 @@ isNoOpenGL() {
pkgname=mingw-w64-qt5-base-dynamic
pkgver=5.7.0
-pkgrel=5
+pkgrel=6
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')
@@ -78,11 +78,11 @@ url='https://www.qt.io/'
license=('GPL3' 'LGPL3' 'FDL' 'custom')
depends=('mingw-w64-crt' 'mingw-w64-zlib' 'mingw-w64-libjpeg-turbo' 'mingw-w64-sqlite'
'mingw-w64-libpng' 'mingw-w64-openssl' 'mingw-w64-dbus' 'mingw-w64-harfbuzz'
- 'mingw-w64-pcre')
+ 'mingw-w64-pcre')
groups=('mingw-w64-qt' 'mingw-w64-qt5')
-optdepends=('mingw-w64-postgresql-libs: PostgreSQL support' 'mingw-w64-mariadb-connector-c: MySQL support'
+optdepends=('mingw-w64-postgresql: PostgreSQL support' 'mingw-w64-mariadb-connector-c: MySQL support'
'qtchooser')
-makedepends=('mingw-w64-gcc' 'mingw-w64-postgresql-libs' 'mingw-w64-mariadb-connector-c' 'mingw-w64-pkg-config')
+makedepends=('mingw-w64-gcc' 'mingw-w64-postgresql' 'mingw-w64-mariadb-connector-c' 'mingw-w64-pkg-config')
options=(!strip !buildflags staticlibs !emptydirs)
_pkgfqn="qtbase-opensource-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz"