wok diff cups-doc/receipt @ rev 24444
updated cups packages (2.3.1 -> 2.4.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Feb 14 10:09:02 2022 +0100 (2022-02-14) |
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 Mon Feb 14 10:09:02 2022 +0100 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 }