summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchala2016-09-28 16:40:10 -0700
committerSchala2016-09-28 16:40:10 -0700
commita29c1e38fcde55d34a9419d31dc7ce770a6328f7 (patch)
tree0afadd85f0dcc36c158d9aeabb8d1fb58488f55b
parent3b71a0d977c457a76d455e04c2f89821346e28e5 (diff)
downloadaur-a29c1e38fcde55d34a9419d31dc7ce770a6328f7.tar.gz
add readline dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0b8dfba312e..60ffb9fc7edb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Aug 19 22:49:10 UTC 2016
+# Wed Sep 28 23:39:54 UTC 2016
pkgbase = mingw-w64-postgresql
pkgdesc = A sophisticated object-relational DBMS (mingw-w64)
pkgver = 9.5.4
- pkgrel = 1
+ pkgrel = 2
url = http://www.postgresql.org
arch = any
license = custom:PostgreSQL
@@ -12,6 +12,7 @@ pkgbase = mingw-w64-postgresql
depends = mingw-w64-gettext
depends = mingw-w64-openssl>=1.0.0
depends = mingw-w64-libxml2
+ depends = mingw-w64-readline
provides = mingw-w64-postgresql-libs
conflicts = mingw-w64-postgresql-libs
replaces = mingw-w64-postgresql-libs
diff --git a/PKGBUILD b/PKGBUILD
index 7856a8d91265..ee21134d9a9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Contributor: ant32 <antreimer@gmail.com>
pkgname=mingw-w64-postgresql
pkgver=9.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="A sophisticated object-relational DBMS (mingw-w64)"
arch=(any)
url="http://www.postgresql.org"
license=("custom:PostgreSQL")
makedepends=(mingw-w64-configure libxml2)
-depends=(mingw-w64-gettext "mingw-w64-openssl>=1.0.0" mingw-w64-libxml2)
+depends=(mingw-w64-gettext "mingw-w64-openssl>=1.0.0" mingw-w64-libxml2 mingw-w64-readline)
options=(staticlibs !strip !buildflags)
provides=(mingw-w64-postgresql-libs)
conflicts=(mingw-w64-postgresql-libs)
@@ -29,7 +29,6 @@ build() {
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
${_arch}-configure \
- --with-openssl \
--enable-thread-safety \
--enable-nls \
--with-libxml \