wok-6.x rev 23668
updated sratom (0.6.2 -> 0.6.4)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 26 06:57:14 2020 +0100 (2020-04-26) |
parents | fcb7b0646656 |
children | 099b1ecaa963 |
files | sratom/receipt |
line diff
1.1 --- a/sratom/receipt Sun Apr 26 06:53:18 2020 +0100 1.2 +++ b/sratom/receipt Sun Apr 26 06:57:14 2020 +0100 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 }