summaryrefslogtreecommitdiff
path: root/extra/perl-dbd-mysql
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-26 00:08:39 -0800
committerroot <root@rshg054.dnsready.net>2013-01-26 00:08:39 -0800
commit7d3e94229ca9849421d263542eb2c61f64a91c10 (patch)
treea64484da5988880907feb62e68952c19724a24bd /extra/perl-dbd-mysql
parentef71629a65f6e8052d66775f07b079bf08322476 (diff)
Sat Jan 26 00:08:39 PST 2013
Diffstat (limited to 'extra/perl-dbd-mysql')
-rw-r--r--extra/perl-dbd-mysql/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/perl-dbd-mysql/PKGBUILD b/extra/perl-dbd-mysql/PKGBUILD
index 889f627e0..e2c2f9e4a 100644
--- a/extra/perl-dbd-mysql/PKGBUILD
+++ b/extra/perl-dbd-mysql/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 161944 2012-06-16 19:18:00Z eric $
+# $Id: PKGBUILD 175923 2013-01-25 03:51:01Z eric $
# Maintainer: kevin <kevin@archlinux.org>
# Contributor: Eric Johnson <eric@coding-zone.com>
pkgname=perl-dbd-mysql
_realname=DBD-mysql
-pkgver=4.021
+pkgver=4.022
pkgrel=1
pkgdesc="Perl/CPAN DBD::mysql module for interacting with MySQL via DBD"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('libmysqlclient' 'perl-dbi')
makedepends=('mysql')
options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz)
-md5sums=('35653efca4bbe6e49ef31d237b4a50b7')
+md5sums=('20fb571245e3b9ac275b8329025c4bf6')
build() {
cd "${srcdir}/${_realname}-${pkgver}"