wok-next diff svgcleaner/receipt @ rev 20039

Up aria2 (1.33.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 19:28:56 2017 +0200 (2017-10-22)
parents 42f46ff4970b
children c37d2f8310e0
line diff
     1.1 --- a/svgcleaner/receipt	Sat Aug 05 15:17:06 2017 +0300
     1.2 +++ b/svgcleaner/receipt	Sun Oct 22 19:28:56 2017 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  TARBALL="$PACKAGE-${COMMIT:-v$VERSION}.tar.gz"
     1.5  WGET_URL="$GITHUB/RazrFalcon/svgcleaner/tarball/${COMMIT:-v$VERSION}"
     1.6  
     1.7 -BUILD_DEPENDS="rust-cargo cacerts"
     1.8 +BUILD_DEPENDS="rust cacerts"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -31,5 +31,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	copy svgcleaner
    1.17 +	copy @std
    1.18  }