wok diff libxml2-python/receipt @ rev 23937
qemu: add X86_64 efi bios
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 12 11:24:50 2020 +0000 (2020-09-12) |
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 Sat Sep 12 11:24:50 2020 +0000 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 }