Skip to content

Commit

Permalink
Update mingw-w64-postgresql to 10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Aug 13, 2018
1 parent fb15036 commit c76f02d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions postgresql/mingw-w64/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Contributor: ant32 <antreimer@gmail.com>

pkgname=mingw-w64-postgresql
pkgver=10.4
pkgver=10.5
pkgrel=1
pkgdesc='Sophisticated object-relational DBMS (mingw-w64)'
arch=('any')
Expand All @@ -16,7 +16,7 @@ conflicts=('mingw-w64-postgresql-libs')
replaces=('mingw-w64-postgresql-libs')
source=("http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2"
'0001-Use-.dll.a-as-extension-for-import-libraries.patch')
sha256sums=('1b60812310bd5756c62d93a9f93de8c28ea63b0df254f428cd1cf1a4d9020048'
sha256sums=('6c8e616c91a45142b85c0aeb1f29ebba4a361309e86469e0fb4617b6a73c4011'
'10fdb0beeb4c282f3395bb9cc7b20234d6534067fc0834e781fc5feb264c2b78')

_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
Expand All @@ -34,7 +34,8 @@ build() {
--enable-thread-safety \
--enable-nls \
--with-libxml \
--with-openssl
--with-openssl \
--disable-rpath

# Make DLL definition file visible during each arch build
ln -s "${srcdir}/postgresql-$pkgver/src/interfaces/libpq/libpqdll.def" src/interfaces/libpq/
Expand Down

0 comments on commit c76f02d

Please sign in to comment.