summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2016-09-25 20:14:46 +0200
committerMichel Zou2016-09-25 20:14:46 +0200
commit0f6a97b5d2bfeefe3f443a277ed3685999b63f74 (patch)
treeb3a5dfe15389890aa33af831e35912ee70609f61 /PKGBUILD
parent62b7aa168874123a27271ad1e4e28736dcbacd1e (diff)
downloadaur-0f6a97b5d2bfeefe3f443a277ed3685999b63f74.tar.gz
postgresql
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbe92778eb60..7c1e60ec75dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,8 +19,8 @@ depends=(
'mingw-w64-libpng'
'mingw-w64-openssl'
'mingw-w64-libdbus')
-makedepends=('mingw-w64-gcc' 'mingw-w64-mariadb-connector-c' 'mingw-w64-postgresql-libs' 'mingw-w64-pkg-config')
-optdepends=('mingw-w64-postgresql-libs: PostgreSQL driver'
+makedepends=('mingw-w64-gcc' 'mingw-w64-mariadb-connector-c' 'mingw-w64-postgresql' 'mingw-w64-pkg-config')
+optdepends=('mingw-w64-postgresql: PostgreSQL driver'
'mingw-w64-mariadb-connector-c: MariaDB driver')
options=(!strip !buildflags !libtool staticlibs)
replaces=("${pkgname/qt4/qt}<=4.8.5")