wok rev 22929
updated hg-git (0.8.12 -> 0.8.13)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 26 15:46:44 2020 +0100 (2020-02-26) |
parents | a32fefa4d43a |
children | 6359b5854aa5 |
files | hg-git/receipt |
line diff
1.1 --- a/hg-git/receipt Wed Feb 26 15:07:39 2020 +0100 1.2 +++ b/hg-git/receipt Wed Feb 26 15:46:44 2020 +0100 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 }