wok rev 21991

updated suplemon (0.1.64 -> 0.2.0)
author Hans-G?nter Theisgen
date Wed Oct 16 15:56:46 2019 +0100 (2019-10-16)
parents 696b6cd2e651
children 1e82e1cd5b49
files suplemon/receipt
line diff
     1.1 --- a/suplemon/receipt	Wed Oct 16 10:44:22 2019 -0400
     1.2 +++ b/suplemon/receipt	Wed Oct 16 15:56:46 2019 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="suplemon"
     1.7 -VERSION="0.1.64"
     1.8 +VERSION="0.2.0"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Console text editor with multi cursor support."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="https://github.com/richrd/suplemon"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 -WGET_URL="git|git://github.com/richrd/suplemon"
    1.16 +
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    1.19  
    1.20  DEPENDS="py3k"
    1.21 -BUILD_DEPENDS="py3k-dev git bzip2"
    1.22 +BUILD_DEPENDS="py3k-dev"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()