wok diff libxslt/receipt @ rev 23682

qemu: partial cloop v4 support (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 26 15:41:58 2020 +0000 (2020-04-26)
parents 06ffe7f7cb2a
children 3e2a0347b2f1
line diff
     1.1 --- a/libxslt/receipt	Sun Apr 21 07:53:02 2019 +0100
     1.2 +++ b/libxslt/receipt	Sun Apr 26 15:41:58 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxslt"
     1.7 -VERSION="1.1.33"
     1.8 +VERSION="1.1.34"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="XSLT support for libxml2."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -38,5 +38,5 @@
    1.13  	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.14  	cp -a $install/usr/bin		$fs/usr
    1.15  
    1.16 -	rm $fs/usr/bin/xslt-config
    1.17 +	rm				$fs/usr/bin/xslt-config
    1.18  }