Date: Saturday, January 3, 2015 @ 22:05:12 Author: dan Revision: 228405
upgpkg: postgresql-old-upgrade 9.3.5-1 Modified: postgresql-old-upgrade/trunk/PKGBUILD ----------+ PKGBUILD | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-03 21:04:30 UTC (rev 228404) +++ PKGBUILD 2015-01-03 21:05:12 UTC (rev 228405) @@ -2,7 +2,7 @@ # Maintainer: Dan McGee <[email protected]> pkgname=postgresql-old-upgrade -pkgver=9.2.9 +pkgver=9.3.5 _majorver=${pkgver%.*} pkgrel=1 pkgdesc="PostgreSQL build for migrating between major versions with pg_upgrade" @@ -9,26 +9,28 @@ arch=('i686' 'x86_64') url="http://www.postgresql.org/" license=('custom:PostgreSQL') -depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0') +depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam') makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0') source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2) +md5sums=('5059857c7d7e6ad83b6d55893a121b59') +sha256sums=('14176ffb1f90a189e7626214365be08ea2bfc26f26994bafb4235be314b9b4b0') build() { cd "${srcdir}/postgresql-${pkgver}" - ./configure --prefix=/opt/pgsql-${_majorver} \ - --with-krb5 \ - --with-gssapi \ - --with-libxml \ - --with-openssl \ - --with-perl \ - --with-python PYTHON=/usr/bin/python2 \ - --with-tcl \ - --with-pam \ - --without-readline \ - --with-system-tzdata=/usr/share/zoneinfo \ - --disable-nls \ - --enable-thread-safety + ./configure \ + --prefix=/opt/pgsql-${_majorver} \ + --with-gssapi \ + --with-libxml \ + --with-openssl \ + --with-perl \ + --with-python PYTHON=/usr/bin/python2 \ + --with-tcl \ + --with-pam \ + --without-readline \ + --with-system-tzdata=/usr/share/zoneinfo \ + --disable-nls \ + --enable-thread-safety make -C src all make -C contrib all @@ -47,6 +49,3 @@ # clean up unneeded installed items rm -rf "${pkgdir}/opt/pgsql-${_majorver}/include/" } - -md5sums=('38b0937c86d537d5044c599273066cfc') -sha256sums=('94ec6d330f125b6fc725741293073b07d7d20cc3e7b8ed127bc3d14ad2370197')
