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

Felix Yan fyan at archlinux.org
Mon Jan 12 07:12:41 UTC 2015


    Date: Monday, January 12, 2015 @ 08:12:41
  Author: fyan
Revision: 228936

upgpkg: perl-dbi 1.633-1

upstream new release

Modified:
  perl-dbi/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-12 05:56:24 UTC (rev 228935)
+++ PKGBUILD	2015-01-12 07:12:41 UTC (rev 228936)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=perl-dbi
-pkgver=1.632
+pkgver=1.633
 pkgrel=1
 pkgdesc="Database independent interface for Perl"
 arch=('i686' 'x86_64')
@@ -9,9 +9,10 @@
 url="http://search.cpan.org/dist/DBI/"
 license=('GPL' 'PerlArtistic')
 depends=('perl')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
-md5sums=('285fc34c1ee20125aabbd50bc3e587fb')
+md5sums=('b4fe13b9a51c1446c5f3cf93e69a2044')
 
 build() {
   cd DBI-${pkgver}



More information about the arch-commits mailing list