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

Eric Bélanger eric at nymeria.archlinux.org
Wed Aug 28 00:41:13 UTC 2013


    Date: Wednesday, August 28, 2013 @ 02:41:13
  Author: eric
Revision: 193691

upgpkg: perl-error 0.17021-1

Upstream update

Modified:
  perl-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-28 00:06:11 UTC (rev 193690)
+++ PKGBUILD	2013-08-28 00:41:13 UTC (rev 193691)
@@ -3,7 +3,7 @@
 # Contributor: Dale Blount <dale at archlinux.org>
 
 pkgname=perl-error
-pkgver=0.17020
+pkgver=0.17021
 pkgrel=1
 pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
 url="http://search.cpan.org/dist/Error/"
@@ -13,7 +13,7 @@
 checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
 source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${pkgver}.tar.gz)
-md5sums=('4ff667250bd9afabfe26c739382e656d')
+sha1sums=('4ae7d68fbf2d64693773eab9dcd5a25a9775b2c3')
 
 build() {
   cd Error-${pkgver}
@@ -28,6 +28,6 @@
 
 package() {
   cd Error-${pkgver}
-  make install DESTDIR="${pkgdir}"
+  make DESTDIR="${pkgdir}" install
 }
 




More information about the arch-commits mailing list