wok diff libxml2-python/receipt @ rev 23251

updated nspr and nspr-dev (4.21 -> 4.25)
author Hans-G?nter Theisgen
date Wed Mar 25 14:14:54 2020 +0100 (2020-03-25)
parents 0253e30fe373
children 5626c14aff89
line diff
     1.1 --- a/libxml2-python/receipt	Sun Apr 21 07:35:58 2019 +0100
     1.2 +++ b/libxml2-python/receipt	Wed Mar 25 14:14:54 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxml2-python"
     1.7 -VERSION="2.9.9"
     1.8 +VERSION="2.9.10"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Libxml2 adapter for the Python."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -17,5 +17,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib
    1.16 -	cp -a $install/usr/lib/python* $fs/usr/lib
    1.17 +	cp -a $install/usr/lib/python*	$fs/usr/lib
    1.18  }