[arch-commits] Commit in postgresql-libs/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Eric Belanger
eric at archlinux.org
Sun Oct 5 22:35:33 UTC 2008
Date: Sunday, October 5, 2008 @ 18:35:32
Author: eric
Revision: 14364
Merged revisions 14275 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/postgresql-libs/trunk
........
r14275 | douglas | 2008-10-05 07:20:29 -0400 (Sun, 05 Oct 2008) | 2 lines
upgpkg: postgresql-libs 8.3.4-1
Updated for i686: 8.3.4
........
Modified:
postgresql-libs/repos/extra-x86_64/ (properties)
postgresql-libs/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Property changes on: postgresql-libs/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /postgresql-libs/trunk:1-9634
+ /postgresql-libs/trunk:1-14363
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-10-05 22:33:57 UTC (rev 14363)
+++ extra-x86_64/PKGBUILD 2008-10-05 22:35:32 UTC (rev 14364)
@@ -1,8 +1,9 @@
# $Id$
# Maintainer: Paul Mattal <paul at archlinux.org>
+
pkgname=postgresql-libs
-pkgver=8.3.3
-pkgrel=2
+pkgver=8.3.4
+pkgrel=1
pkgdesc="Libraries for use with PostgreSQL"
arch=(i686 x86_64)
license=('BSD')
@@ -10,8 +11,9 @@
depends=('openssl>=0.9.8b' 'zlib' 'readline')
options=('!makeflags')
source=(ftp://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-md5sums=('0ae4bd9620e84d3e08dcf923808d14d0')
+md5sums=('c339b9d3c0c4add64c7a76640fc93744')
+
build() {
cd $startdir/src/postgresql-$pkgver || return 1
More information about the arch-commits
mailing list