wok diff hg-git/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 2b60d14eea8d
children 104a2a2e5484
line diff
     1.1 --- a/hg-git/receipt	Fri Apr 12 11:04:49 2019 +0200
     1.2 +++ b/hg-git/receipt	Sun Jun 14 23:18:03 2020 -0400
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="hg-git"
     1.7 -VERSION="0.8.12"
     1.8 +VERSION="0.8.13"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Git plugin for mercurial."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="https://pypi.org/project/$PACKAGE/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16  WGET_URL="https://bitbucket.org/durin42/$PACKAGE/get/$VERSION.tar.bz2"
    1.17  
    1.18 -DEPENDS="mercurial dulwich python"
    1.19 -BUILD_DEPENDS="wget python-dev"
    1.20 +DEPENDS="dulwich mercurial python"
    1.21 +BUILD_DEPENDS="python-dev"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25 @@ -22,5 +23,5 @@
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29 -	cp -a $install/* $fs
    1.30 +	cp -a $install/*	$fs
    1.31  }