wok diff cups-doc/receipt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
parents 091670bbc959
children
line diff
     1.1 --- a/cups-doc/receipt	Sun Jan 12 14:31:51 2020 +0100
     1.2 +++ b/cups-doc/receipt	Tue May 10 07:46:58 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cups-doc"
     1.7 -VERSION="2.3.1"
     1.8 +VERSION="2.4.1"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Documentation for cups."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -14,6 +14,6 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/share
    1.16 -	# We need the doc for CSS, images and help in the web interface.
    1.17 +	# We need the documentation for CSS, images and help in the web interface.
    1.18  	cp -a $install/usr/share/doc	$fs/usr/share
    1.19  }