[arch-commits] Commit in perl-dbd-mysql/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Tue Aug 11 08:03:18 UTC 2015


    Date: Tuesday, August 11, 2015 @ 10:03:17
  Author: fyan
Revision: 243149

upgpkg: perl-dbd-mysql 4.032-1

Modified:
  perl-dbd-mysql/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-11 07:10:34 UTC (rev 243148)
+++ PKGBUILD	2015-08-11 08:03:17 UTC (rev 243149)
@@ -5,8 +5,8 @@
 # Contributor: Eric Johnson <eric at coding-zone.com>
 
 pkgname=perl-dbd-mysql
-pkgver=4.031
-pkgrel=2
+pkgver=4.032
+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 @@
 checkdepends=('mariadb' 'perl-test-deep')
 options=('!emptydirs')
 source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-${pkgver}.tar.gz)
-md5sums=('18ca53642398f0087f97150fd8ca16b7')
+md5sums=('cc5436d4cadd0d6f3d19faae5ffdfe83')
 
 build() {
   cd DBD-mysql-$pkgver
@@ -34,7 +34,7 @@
      --datadir=/tmp/mysql_test &
   sleep 10
   DAEMON_PORT=$!
-  make test || true
+  make test
   kill -9 $DAEMON_PORT
 }
 



More information about the arch-commits mailing list