wok-next diff perl-file-slurp/receipt @ rev 21039

mariadb 10.3.10
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 09 03:18:57 2018 +0200 (2018-11-09)
parents d5aab818505e
children f17e1f86f546
line diff
     1.1 --- a/perl-file-slurp/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/perl-file-slurp/receipt	Fri Nov 09 03:18:57 2018 +0200
     1.3 @@ -1,19 +1,19 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="perl-file-slurp"
     1.8 -VERSION="9999.19"
     1.9 +VERSION="9999.21"
    1.10  CATEGORY="perl"
    1.11  SHORT_DESC="File::Slurp - Simple and Efficient Reading/Writing/Modifying of \
    1.12  Complete Files"
    1.13  MAINTAINER="devel@slitaz.org"
    1.14  LICENSE="GPL"
    1.15  WEB_SITE="https://metacpan.org/release/File-Slurp"
    1.16 +HOST_ARCH="any"
    1.17  REPOLOGY="perl:file-slurp"
    1.18  
    1.19  TARBALL="File-Slurp-$VERSION.tar.gz"
    1.20 -WGET_URL="https://cpan.metacpan.org/authors/id/U/UR/URI/$TARBALL"
    1.21 +WGET_URL="https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/$TARBALL"
    1.22  
    1.23 -DEPENDS="perl"
    1.24  BUILD_DEPENDS="perl"
    1.25  
    1.26  compile_rules() {
    1.27 @@ -26,4 +26,5 @@
    1.28  
    1.29  genpkg_rules() {
    1.30  	copy @std
    1.31 +	DEPENDS="perl"
    1.32  }