summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-08-13 17:08:27 +0200
committerMartchus2018-08-13 17:08:27 +0200
commit777e66df8a8e7a74902424c847b0dc1fa45cee69 (patch)
treeb4d92e375fbdae0f6fdc69fcabb3eb31eba86aa0
parentec5bcc50fa29a875206d9cc25fa628e90774ac39 (diff)
downloadaur-777e66df8a8e7a74902424c847b0dc1fa45cee69.tar.gz
Update to 10.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd9606c36c3d..079b1071c69c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-postgresql
pkgdesc = Sophisticated object-relational DBMS (mingw-w64)
- pkgver = 10.4
+ pkgver = 10.5
pkgrel = 1
url = https://www.postgresql.org
arch = any
@@ -17,9 +17,9 @@ pkgbase = mingw-w64-postgresql
options = staticlibs
options = !strip
options = !buildflags
- source = http://ftp.postgresql.org/pub/source/v10.4/postgresql-10.4.tar.bz2
+ source = http://ftp.postgresql.org/pub/source/v10.5/postgresql-10.5.tar.bz2
source = 0001-Use-.dll.a-as-extension-for-import-libraries.patch
- sha256sums = 1b60812310bd5756c62d93a9f93de8c28ea63b0df254f428cd1cf1a4d9020048
+ sha256sums = 6c8e616c91a45142b85c0aeb1f29ebba4a361309e86469e0fb4617b6a73c4011
sha256sums = 10fdb0beeb4c282f3395bb9cc7b20234d6534067fc0834e781fc5feb264c2b78
pkgname = mingw-w64-postgresql
diff --git a/PKGBUILD b/PKGBUILD
index d6df4b70a12e..2bdc0628317e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')
@@ -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"
@@ -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/