summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Kuźma2017-06-01 21:24:59 +0200
committerKuba Kuźma2017-06-01 21:24:59 +0200
commitf53f1b3a7239b43cf988d2f14129b62263207524 (patch)
treef27416723d161e0a6f7b06493797b7023f8dd8e1
parentf46c43986d7364de02572b86a12abaad7265cec8 (diff)
downloadaur-f53f1b3a7239b43cf988d2f14129b62263207524.tar.gz
updated to 9.5.7
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84aa903bda14..239d55c32a71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Matthew Carter <m@ahungry.com>
pkgname=postgresql-9.5
-pkgver=9.5.4
-pkgrel=3
+pkgver=9.5.7
+pkgrel=1
arch=('i686' 'x86_64')
url="http://www.postgresql.org/"
pkgdesc="A powerful, open source object-relational database system"
@@ -23,7 +23,7 @@ source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.ta
postgresql-run-socket.patch
postgresql.pam postgresql.logrotate
postgresql.service postgresql.tmpfiles.conf postgresql-check-db-dir)
-sha256sums=('cf5e571164ad66028ecd7dd8819e3765470d45bcd440d258b686be7e69c76ed0'
+sha256sums=('8b1e936f82109325decc0f5575e846b93fb4fd384e8c4bde83ff5e7f87fc6cad'
'8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
'6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
@@ -43,7 +43,7 @@ build() {
--with-krb5 \
--with-gssapi \
--with-libxml \
- --with-openssl \
+ --with-openssl-1.0 \
--with-perl \
--with-python PYTHON=/usr/bin/python2 \
--with-tcl \