wok diff gpgme-dev/receipt @ rev 25057
linux-libre: fix linux-libre-3.18.129-gnu-slitaz.config
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 06 11:05:30 2022 +0000 (2022-06-06) |
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 Mon Jun 06 11:05:30 2022 +0000 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 }