diff options
author | root <root@rshg054.dnsready.net> | 2013-01-26 00:08:39 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-26 00:08:39 -0800 |
commit | 7d3e94229ca9849421d263542eb2c61f64a91c10 (patch) | |
tree | a64484da5988880907feb62e68952c19724a24bd /community/perl-dbd-pg | |
parent | ef71629a65f6e8052d66775f07b079bf08322476 (diff) |
Sat Jan 26 00:08:39 PST 2013
Diffstat (limited to 'community/perl-dbd-pg')
-rw-r--r-- | community/perl-dbd-pg/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/perl-dbd-pg/PKGBUILD b/community/perl-dbd-pg/PKGBUILD index 7f2ad5e91..a7c72882a 100644 --- a/community/perl-dbd-pg/PKGBUILD +++ b/community/perl-dbd-pg/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 71769 2012-06-02 10:30:06Z bluewind $ +# $Id: PKGBUILD 82880 2013-01-25 09:55:54Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: François Charette <firmicus ατ gmx δοτ net> pkgname=perl-dbd-pg -pkgver=2.19.2 -pkgrel=2 +pkgver=2.19.3 +pkgrel=1 pkgdesc="Postgres Driver for DBI" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/DBD-Pg" @@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic') depends=('perl-dbi>=1.52' 'postgresql-libs') options=('!emptydirs') source=("http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz") -md5sums=('67c859593e40959b42b3ef23ce6b581e') +md5sums=('026ea19f89aee12051bce23d797e824b') build() { cd DBD-Pg-${pkgver} |