[arch-commits] Commit in postgresql/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Wed Mar 25 23:05:23 UTC 2009


    Date: Wednesday, March 25, 2009 @ 19:05:23
  Author: eric
Revision: 31352

upgpkg: postgresql 8.3.7-2
    fixed backup array

Modified:
  postgresql/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-25 22:04:58 UTC (rev 31351)
+++ PKGBUILD	2009-03-25 23:05:23 UTC (rev 31352)
@@ -3,16 +3,19 @@
 
 pkgname=postgresql
 pkgver=8.3.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A sophisticated object-relational DBMS"
 arch=(i686 x86_64)
 license=('BSD')
-backup=('etc/conf.d/postgresql' '/etc/pam.d/postgresql')
+backup=('etc/conf.d/postgresql' 'etc/pam.d/postgresql')
 url="http://www.postgresql.org/"
 depends=("postgresql-libs>=$pkgver" "libxml2")
 options=('!makeflags')
 source=(ftp://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2 \
         postgresql postgresql.confd build.patch postgresql.pam)
+md5sums=('7b7e91a2221e55fe1b167e663217a96d' '7d8ea2abb6a8cdacf35604bda659a34a'\
+         'df6ddf9e2ab4700a3415f17c0f4f4172' '4d74f4227dc5e12bf95b3490758d86c9'\
+         '96f82c38f3f540b53f3e5144900acf17')
 
 build() {
   cd ${startdir}/src/$pkgname-$pkgver || return 1
@@ -66,8 +69,3 @@
 
   chown root:root $startdir/pkg/usr/share/doc/postgresql/html/*
 }
-md5sums=('7b7e91a2221e55fe1b167e663217a96d'
-         '7d8ea2abb6a8cdacf35604bda659a34a'
-         'df6ddf9e2ab4700a3415f17c0f4f4172'
-         '4d74f4227dc5e12bf95b3490758d86c9'
-         '96f82c38f3f540b53f3e5144900acf17')




More information about the arch-commits mailing list