wok-current diff python-pysol-cards/receipt @ rev 25697

Up apache (CVE-2023-38709, CVE-2024-24795, CVE-2024-27316), up libarchive, qemu, add amdgpu/touchpad support and clean modules.list, up website for repology
author Stanislas Leduc <shann@slitaz.org>
date Tue Apr 16 17:00:21 2024 +0000 (2 months ago)
parents 076f424196b2
children
line diff
     1.1 --- a/python-pysol-cards/receipt	Sun Feb 06 11:51:57 2022 +0000
     1.2 +++ b/python-pysol-cards/receipt	Tue Apr 16 17:00:21 2024 +0000
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-pysol-cards"
     1.7 -VERSION="0.8.9"
     1.8 +VERSION="0.12.0"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="Deal PySol FreeCell cards."
    1.11  MAINTAINER="maintainer@slitaz.org"
    1.12 -LICENSE="MIT"
    1.13 +LICENSE="BSD"
    1.14  WEB_SITE="https://pypi.org/project/pysol-cards/"
    1.15 +REPOLOGY="python:pysol-cards"
    1.16  
    1.17  SOURCE="pysol_cards"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 @@ -30,5 +31,5 @@
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	cp -a $install/usr	$fs/usr
    1.24 +	cp -a $install/usr	$fs
    1.25  }