Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.9.git;a=commitdiff;h=ad0fcca91ae5b5744e43b8987a363663c7d1cf07
commit ad0fcca91ae5b5744e43b8987a363663c7d1cf07 Author: kikadf <[email protected]> Date: Tue Mar 11 19:56:35 2014 +0100 postgresql-9.1.12-1arcturus1-x86_64 * Version bump * Bug and security fix release * No ABI changes diff --git a/source/apps-extra/postgresql/FrugalBuild b/source/apps-extra/postgresql/FrugalBuild index f3c3d63..f8c51c2 100644 --- a/source/apps-extra/postgresql/FrugalBuild +++ b/source/apps-extra/postgresql/FrugalBuild @@ -2,9 +2,11 @@ # Maintainer: crazy <[email protected]> # Contributor: Miklos Vajna <[email protected]> +options+=('asneeded') + pkgname=postgresql -pkgver=9.1.9 -pkgrel=1 +pkgver=9.1.12 +pkgrel=1arcturus1 pkgdesc="An advanced Object-Relational database management system (DBMS)" url="http://www.postgresql.org/" makedepends=('openssl>=1.0.0') @@ -14,6 +16,9 @@ groups=('apps-extra') archs=('i686' 'x86_64' 'arm') up2date="lynx -dump ftp://ftp.postgresql.org/pub/source/|egrep -v 'alpha|beta|rc[0-9]' |tail -n 1 |sed 's|.*/v||'" source=(ftp://ftp.postgresql.org/pub/source/v$pkgver/postgresql-$pkgver.tar.bz2 postgresql.service pg_setup) +sha1sums=('aaf9097de94a03a4136d36704c48be539c5734ac' \ + '41423e125d1f8f5f6c57bcddd5eb5ad326b22561' \ + '30c843fe478fadcd3d8a1d80f7b12a7bccb41efb') subpkgs=('libpq' "$pkgname-extras" "$pkgname-plperl" "$pkgname-plpython" "$pkgname-pltcl") subdescs=('PostgreSQL Library.' 'PostgreSQL extra tools' \ @@ -79,7 +84,4 @@ build() Fsplit $pkgname-pltcl usr/lib/$pkgname/pltcl.so } -sha1sums=('4cbbfc5be9b8e6fe3d67c5075c212bcb057eac20' \ - '41423e125d1f8f5f6c57bcddd5eb5ad326b22561' \ - '30c843fe478fadcd3d8a1d80f7b12a7bccb41efb') # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
