summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriel Popper2017-05-12 13:12:54 -0400
committerAriel Popper2017-05-12 13:12:54 -0400
commit2e2e954330e6ea52ca4157a9d664da951c8d8608 (patch)
tree4d376e6c29b7a153c61313a4fd57b66b2f0ff4e5
parentf35c96280e9a39fa3d7dfa19ca734c56d9a1942a (diff)
downloadaur-2e2e954330e6ea52ca4157a9d664da951c8d8608.tar.gz
upgpkg: 9.4.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e26084fc3dcf..ada967eb4f69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = postgresql-lts
pkgdesc = A sophisticated object-relational DBMS
- pkgver = 9.4.11
+ pkgver = 9.4.12
pkgrel = 1
url = http://www.postgresql.org/
arch = i686
@@ -13,14 +13,14 @@ pkgbase = postgresql-lts
makedepends = tcl>=8.6.0
makedepends = openssl>=1.0.0
makedepends = pam
- source = http://ftp.postgresql.org/pub/source/v9.4.11/postgresql-9.4.11.tar.bz2
+ source = http://ftp.postgresql.org/pub/source/v9.4.12/postgresql-9.4.12.tar.bz2
source = postgresql-run-socket.patch
source = postgresql.pam
source = postgresql.logrotate
source = postgresql.service
source = postgresql.tmpfiles.conf
source = postgresql-check-db-dir
- sha256sums = e3eb51d045c180b03d2de1f0c3af9356e10be49448e966ca01dfc2c6d1cc9d23
+ sha256sums = fca055481875d1c49e31c28443f56472a1474b3fbe25b7ae64440c6118f82e64
sha256sums = 8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9
sha256sums = 57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5
sha256sums = 6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e
@@ -47,7 +47,7 @@ pkgname = postgresql-lts-docs
pkgname = postgresql-lts
install = postgresql.install
- depends = postgresql-lts-libs>=9.4.11
+ depends = postgresql-lts-libs>=9.4.12
depends = krb5
depends = libxml2
depends = readline>=6.0
diff --git a/PKGBUILD b/PKGBUILD
index ea096332e3a5..12f7c84f77da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=postgresql-lts
pkgname=('postgresql-lts-libs' 'postgresql-lts-docs' 'postgresql-lts')
-pkgver=9.4.11
+pkgver=9.4.12
_majorver=${pkgver%.*}
pkgrel=1
pkgdesc="A sophisticated object-relational DBMS"
@@ -13,9 +13,9 @@ makedepends=('krb5' 'libxml2' 'python2' 'perl' 'tcl>=8.6.0'
'openssl>=1.0.0' 'pam')
source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
postgresql-run-socket.patch postgresql.pam postgresql.logrotate
- postgresql.service postgresql.tmpfiles.conf
+ postgresql.service postgresql.tmpfiles.conf
postgresql-check-db-dir)
-sha256sums=('e3eb51d045c180b03d2de1f0c3af9356e10be49448e966ca01dfc2c6d1cc9d23'
+sha256sums=('fca055481875d1c49e31c28443f56472a1474b3fbe25b7ae64440c6118f82e64'
'8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
'6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
@@ -29,9 +29,9 @@ build() {
patch -Np1 < ../postgresql-run-socket.patch
#build with OpenSSL 1.0 for now
- PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
- CFLAGS+=" -I/usr/include/openssl-1.0"
- LDFLAGS+=" -L/usr/lib/openssl-1.0 -lssl"
+ #PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+ #CFLAGS+=" -I/usr/include/openssl-1.0"
+ #LDFLAGS+=" -L/usr/lib/openssl-1.0 -lssl"
./configure \
--prefix=/usr --mandir=/usr/share/man \