[arch-commits] CVS update of extra/lib/perl-io-zlib (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Jun 15 12:31:38 UTC 2007


    Date: Friday, June 15, 2007 @ 08:31:38
  Author: andyrtr
    Path: /home/cvs-extra/extra/lib/perl-io-zlib

Modified: PKGBUILD (1.2 -> 1.3)

updatepkg 1.05


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


Index: extra/lib/perl-io-zlib/PKGBUILD
diff -u extra/lib/perl-io-zlib/PKGBUILD:1.2 extra/lib/perl-io-zlib/PKGBUILD:1.3
--- extra/lib/perl-io-zlib/PKGBUILD:1.2	Sun May 28 06:19:46 2006
+++ extra/lib/perl-io-zlib/PKGBUILD	Fri Jun 15 08:31:37 2007
@@ -1,14 +1,15 @@
-# $Id: PKGBUILD,v 1.2 2006/05/28 10:19:46 notz Exp $
+# $Id: PKGBUILD,v 1.3 2007/06/15 12:31:37 andyrtr Exp $
 # Maintainer: Dale Blount <dale at archlinux.org>
 
 pkgname=perl-io-zlib
-pkgver=1.04
+pkgver=1.05
 pkgrel=1
 pkgdesc="Perl module for IO:: Style Interface to Compress::Zlib"
 arch=(i686 x86_64)
 url="http://search.cpan.org/~tomhughes/IO-Zlib-$pkgver/Zlib.pm"
 depends=('perl>=5.8.4-1' 'perl-compress-zlib')
 source=(http://search.cpan.org/CPAN/authors/id/T/TO/TOMHUGHES/IO-Zlib-$pkgver.tar.gz)
+md5sums=('06ca28954fc92cbee67c807cc6d7f599')
 
 build() {
   cd $startdir/src/IO-Zlib-$pkgver
@@ -16,7 +17,7 @@
   # ugly hack to make install location
   # compatible with newer versions of perl.
   # NOTE: if perl version changes from 5.8.6, change sed line too
-  /bin/sed -i "s:5.8.7:current:g" Makefile
+  /bin/sed -i "s:5.8.8:current:g" Makefile
   /usr/bin/make || return 1
   /usr/bin/make install DESTDIR=$startdir/pkg
   /bin/rm $startdir/pkg/usr/lib/perl5/current/${CARCH}-linux-thread-multi/perllocal.pod




More information about the arch-commits mailing list