diff options
author | Olivier DOSSMANN <blankoworld@wanadoo.fr> | 2009-11-16 22:38:58 +0100 |
---|---|---|
committer | Olivier DOSSMANN <blankoworld@wanadoo.fr> | 2009-11-16 22:38:58 +0100 |
commit | e19affe6bbdd66ebfeb1399d8d14cad5f3c2be63 (patch) | |
tree | b5f32de397778a061fc4d4c2ef453a40a67b9a5f | |
parent | bc47e3b13e7cb7d37c64c3bd29fda1eaaa4fb6c0 (diff) | |
download | nutyx-extra-e19affe6bbdd66ebfeb1399d8d14cad5f3c2be63.tar.gz nutyx-extra-e19affe6bbdd66ebfeb1399d8d14cad5f3c2be63.tar.bz2 nutyx-extra-e19affe6bbdd66ebfeb1399d8d14cad5f3c2be63.tar.xz nutyx-extra-e19affe6bbdd66ebfeb1399d8d14cad5f3c2be63.zip |
MàJ de p5-html-parser#3.64-1
-rw-r--r-- | extra/p5-html-parser/.md5sum | 2 | ||||
-rw-r--r-- | extra/p5-html-parser/Pkgfile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/extra/p5-html-parser/.md5sum b/extra/p5-html-parser/.md5sum index b7deeff12..bfafd5442 100644 --- a/extra/p5-html-parser/.md5sum +++ b/extra/p5-html-parser/.md5sum @@ -1 +1 @@ -190950f442ff4a8e59e637714105a01b HTML-Parser-3.59.tar.gz +26ceb6357e855b9e7aad5a5fd66d493e HTML-Parser-3.64.tar.gz diff --git a/extra/p5-html-parser/Pkgfile b/extra/p5-html-parser/Pkgfile index bdac682d9..912f6df09 100644 --- a/extra/p5-html-parser/Pkgfile +++ b/extra/p5-html-parser/Pkgfile @@ -1,17 +1,17 @@ # Description: Perl extension parse and extract info from html -# URL: http://search.cpan.org/~gaas/HTML-Parser-3.56/ +# URL: http://search.cpan.org/~gaas/HTML-Parser-3.64/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: name=p5-html-parser -version=3.59 +version=3.64 release=1 source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-$version.tar.gz) build() { - cd HTML-Parser-$version + cd HTML-Parser-$version perl Makefile.PL make make install DESTDIR=$PKG |