# HG changeset patch # User Hans-G?nter Theisgen # Date 1571237806 -3600 # Node ID 77f55b91fb637d885fe1cbf0516f196ed80b9053 # Parent 696b6cd2e651a7969616704041363933dea5af7b updated suplemon (0.1.64 -> 0.2.0) diff -r 696b6cd2e651 -r 77f55b91fb63 suplemon/receipt --- a/suplemon/receipt Wed Oct 16 10:44:22 2019 -0400 +++ b/suplemon/receipt Wed Oct 16 15:56:46 2019 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="suplemon" -VERSION="0.1.64" +VERSION="0.2.0" CATEGORY="utilities" SHORT_DESC="Console text editor with multi cursor support." MAINTAINER="paul@slitaz.org" LICENSE="MIT" WEB_SITE="https://github.com/richrd/suplemon" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="git|git://github.com/richrd/suplemon" + +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" DEPENDS="py3k" -BUILD_DEPENDS="py3k-dev git bzip2" +BUILD_DEPENDS="py3k-dev" # Rules to configure and make the package. compile_rules()