# HG changeset patch # User Hans-G?nter Theisgen # Date 1571757599 -3600 # Node ID 28f2b161f563c2c7850d53a8290e1e99dce0d4fa # Parent 8d6f94a698d5bae2d7a6ecbe6d74988cdf1837e3 updated trash-cli (0.12.9.14 -> 0.17.1.14) diff -r 8d6f94a698d5 -r 28f2b161f563 trash-cli/receipt --- a/trash-cli/receipt Tue Oct 22 15:53:15 2019 +0100 +++ b/trash-cli/receipt Tue Oct 22 16:19:59 2019 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="trash-cli" -VERSION="0.12.9.14" +VERSION="0.17.1.14" CATEGORY="utilities" SHORT_DESC="Command line interface to the freedesktop.org trashcan." MAINTAINER="paul@slitaz.org" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://github.com/andreafrancia/trash-cli" -WGET_URL="git|git://github.com/andreafrancia/trash-cli" + +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" DEPENDS="python" -BUILD_DEPENDS="git bzip2 python-dev python-setuptools" +BUILD_DEPENDS="python-dev python-setuptools" # Rules to configure and make the package. compile_rules() @@ -24,6 +25,7 @@ genpkg_rules() { mkdir $fs/usr + cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib $fs/usr }