wok diff gpgme-dev/receipt @ rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (23 months ago)
parents b0c94f3ac5fd
children
line diff
     1.1 --- a/gpgme-dev/receipt	Fri Feb 21 17:41:08 2020 +0100
     1.2 +++ b/gpgme-dev/receipt	Fri Jul 01 10:50:21 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gpgme-dev"
     1.7 -VERSION="1.13.1"
     1.8 +VERSION="1.17.1"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="C language library that allows to add support for cryptography to a program - development files."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -15,6 +15,6 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	cp -a $install/*	$fs
    1.16 -	rm -r			$fs/usr/bin/gpgme-tool \
    1.17 -				$fs/usr/lib/*.so*
    1.18 +	rm -r			$fs/usr/bin/gpgme-tool
    1.19 +	rm -r			$fs/usr/lib/*.so*
    1.20  }