aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-09-12 20:06:44 +0200
committerMartchus2016-09-12 20:06:44 +0200
commit35b76a8d2e93493e5fe111b24287f7385f05ef1d (patch)
treea86878a5f289b4dcd04ea930455952023d885559
parent16c2ed9665edd328bb56d6add66d5f9b3fe4b12e (diff)
downloadaur-35b76a8d2e93493e5fe111b24287f7385f05ef1d.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 c3e7731d3bdb..59c3f879e0d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Sep 6 20:29:43 UTC 2016
+# Mon Sep 12 18:06:40 UTC 2016
pkgbase = mingw-w64-qt5-base-angle
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-angle
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
depends = mingw-w64-crt
@@ -27,7 +27,7 @@ pkgbase = mingw-w64-qt5-base-angle
depends = mingw-w64-harfbuzz
depends = mingw-w64-pcre
depends = mingw-w64-angleproject
- optdepends = mingw-w64-postgresql-libs: PostgreSQL support
+ optdepends = mingw-w64-postgresql: PostgreSQL support
optdepends = mingw-w64-mariadb-connector-c: MySQL support
optdepends = qtchooser
provides = mingw-w64-qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index 205b9e49a4a6..9d8bb5f90659 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -70,7 +70,7 @@ isNoOpenGL() {
pkgname=mingw-w64-qt5-base-angle
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"