diff options
Diffstat (limited to 'extra/perl-dbd-mysql/PKGBUILD')
-rw-r--r-- | extra/perl-dbd-mysql/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/perl-dbd-mysql/PKGBUILD b/extra/perl-dbd-mysql/PKGBUILD index ae62a279c..d74b164a5 100644 --- a/extra/perl-dbd-mysql/PKGBUILD +++ b/extra/perl-dbd-mysql/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 186399 2013-05-26 09:25:04Z bluewind $ +# $Id: PKGBUILD 197755 2013-10-29 18:05:53Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: kevin <kevin@archlinux.org> # Contributor: Eric Johnson <eric@coding-zone.com> pkgname=perl-dbd-mysql _realname=DBD-mysql -pkgver=4.023 -pkgrel=2 +pkgver=4.024 +pkgrel=1 pkgdesc="Perl/CPAN DBD::mysql module for interacting with MySQL via DBD" arch=('i686' 'x86_64') license=('GPL' 'PerlArtistic') @@ -15,7 +15,7 @@ depends=('libmariadbclient' 'perl-dbi') makedepends=('mariadb') options=('!emptydirs') source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz) -md5sums=('6ee956cf33ddce6441b36b6c1c983528') +md5sums=('280922d577aa95bf3f9ae21bd75e08c4') build() { cd $_realname-$pkgver |