wok diff sratom/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 1b106ea9152a
children 934055de50e2
line diff
     1.1 --- a/sratom/receipt	Thu Oct 10 17:07:33 2019 +0100
     1.2 +++ b/sratom/receipt	Tue Apr 06 13:52:57 2021 +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  }