summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-06-04 14:42:44 +0200
committerMartchus2017-06-04 14:42:44 +0200
commit01cab6fcb3dd39fbc7c03078a43d731cf282f17f (patch)
treec2430341327056d747f7fc80dc835d35ba9eadfd
parent25e286f07dc3fc62325c8b39303ec39844087a47 (diff)
downloadaur-01cab6fcb3dd39fbc7c03078a43d731cf282f17f.tar.gz
Update to 9.6.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbaebb17312f..03b5f955067d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 23 15:41:55 UTC 2017
+# Sun Jun 4 12:42:44 UTC 2017
pkgbase = mingw-w64-postgresql
pkgdesc = A sophisticated object-relational DBMS (mingw-w64)
- pkgver = 9.6.2
+ pkgver = 9.6.3
pkgrel = 1
url = https://www.postgresql.org
arch = any
@@ -19,9 +19,9 @@ pkgbase = mingw-w64-postgresql
options = staticlibs
options = !strip
options = !buildflags
- source = http://ftp.postgresql.org/pub/source/v9.6.2/postgresql-9.6.2.tar.bz2
+ source = http://ftp.postgresql.org/pub/source/v9.6.3/postgresql-9.6.3.tar.bz2
source = postgresql-9.4.1-mingw-link.patch
- sha256sums = 0187b5184be1c09034e74e44761505e52357248451b0c854dddec6c231fe50c9
+ sha256sums = 1645b3736901f6d854e695a937389e68ff2066ce0cde9d73919d6ab7c995b9c6
sha256sums = 0f2b5c7edb48dd106900854c9323ca2d483054595c4cf8a5b796a1d536d22aad
pkgname = mingw-w64-postgresql
diff --git a/PKGBUILD b/PKGBUILD
index 501ba0c36511..cac220ce1697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: ant32 <antreimer@gmail.com>
pkgname=mingw-w64-postgresql
-pkgver=9.6.2
+pkgver=9.6.3
pkgrel=1
pkgdesc='A 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"
'postgresql-9.4.1-mingw-link.patch')
-sha256sums=('0187b5184be1c09034e74e44761505e52357248451b0c854dddec6c231fe50c9'
+sha256sums=('1645b3736901f6d854e695a937389e68ff2066ce0cde9d73919d6ab7c995b9c6'
'0f2b5c7edb48dd106900854c9323ca2d483054595c4cf8a5b796a1d536d22aad')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -30,7 +30,7 @@ build() {
cd postgresql-$pkgver
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
- ${_arch}-configure \
+ PATH=/usr/${_arch}/bin:$PATH ${_arch}-configure \
--enable-thread-safety \
--enable-nls \
--with-libxml \