wok diff sratom/receipt @ rev 24091
get-pcem-roms: version less
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 17 19:56:00 2021 +0000 (2021-07-17) |
parents | 1b106ea9152a |
children | 934055de50e2 |
line diff
1.1 --- a/sratom/receipt Thu Oct 10 17:07:33 2019 +0100 1.2 +++ b/sratom/receipt Sat Jul 17 19:56:00 2021 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sratom" 1.7 -VERSION="0.6.2" 1.8 +VERSION="0.6.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A library for serialising LV2 atoms to and from RDF, particularly the Turtle syntax." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -28,5 +28,5 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - cp -a $install/* $fs 1.17 + cp -a $install/* $fs 1.18 }