wok-current diff libxslt-python/receipt @ rev 24879
updated man-pages (5.05 -> 5.13)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 31 14:20:54 2022 +0100 (2022-03-31) |
parents | 06ffe7f7cb2a |
children | 3ad63c8fc2f9 |
line diff
1.1 --- a/libxslt-python/receipt Sun Apr 21 07:53:02 2019 +0100 1.2 +++ b/libxslt-python/receipt Thu Mar 31 14:20:54 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libxslt-python" 1.7 -VERSION="1.1.33" 1.8 +VERSION="1.1.34" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Python module for libxslt." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -17,5 +17,5 @@ 1.13 mkdir -p $fs/usr/lib 1.14 # Python module 1.15 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') 1.16 - cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib 1.17 + cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib 1.18 }