gpgme-qt5: 1.15.1 -> 1.16.0

This commit is contained in:
Tim Biermann 2021-07-03 10:44:57 +00:00
parent fa1c6c044c
commit a420e38d80
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 9 additions and 9 deletions

View File

@ -90,9 +90,9 @@ drwxr-xr-x root/root usr/lib/cmake/QGpgme/
-rw-r--r-- root/root usr/lib/cmake/QGpgme/QGpgmeConfig.cmake
-rw-r--r-- root/root usr/lib/cmake/QGpgme/QGpgmeConfigVersion.cmake
-rwxr-xr-x root/root usr/lib/libqgpgme.la
lrwxrwxrwx root/root usr/lib/libqgpgme.so -> libqgpgme.so.7.5.1
lrwxrwxrwx root/root usr/lib/libqgpgme.so.7 -> libqgpgme.so.7.5.1
-rwxr-xr-x root/root usr/lib/libqgpgme.so.7.5.1
lrwxrwxrwx root/root usr/lib/libqgpgme.so -> libqgpgme.so.7.6.0
lrwxrwxrwx root/root usr/lib/libqgpgme.so.7 -> libqgpgme.so.7.6.0
-rwxr-xr-x root/root usr/lib/libqgpgme.so.7.6.0
drwxr-xr-x root/root usr/lib/pkgconfig/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+sx7Yr1MiV/WHJGpSlQhYwSuL/59lNrPk6yjUYlY3mW1om9xR4py6OjrwaSYY2ldZwSWXg2z8Kvfi8sq+hsngs=
SHA256 (Pkgfile) = 7ed639c9efb34532b74c3262f9d484d9e41c7a02807319d8a5290eb2e17e36b8
SHA256 (.footprint) = 8459fc31457e30b312be9b75d880e2c1bab7f6ebce5e0e063b3b9e5c51e68d1e
SHA256 (gpgme-1.15.1.tar.bz2) = eebc3c1b27f1c8979896ff361ba9bb4778b508b2496c2fc10e3775a40b1de1ad
RWSagIOpLGJF36Q5YUoqzUxdImmZF+pKN8DBBAdtexYroqJOPshbMWYzJw4JiIQvgvfaslEBZiw55sBhSDOeVDIsI1VaUQuJaAQ=
SHA256 (Pkgfile) = 0edb4a66d7969f45dac6ba536c85a38eb997375ae80241901808ef1fcae93a92
SHA256 (.footprint) = 6414763edf2c8f4365ee9ebd94fc0e3f444289680b19353b8bce39173980bc3d
SHA256 (gpgme-1.16.0.tar.bz2) = 6c8cc4aedb10d5d4c905894ba1d850544619ee765606ac43df7405865de29ed0

View File

@ -4,7 +4,7 @@
# Depends on: gpgme qt5
name=gpgme-qt5
version=1.15.1
version=1.16.0
release=1
source=(https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-$version.tar.bz2)
@ -30,7 +30,7 @@ build() {
$PKG/usr/share/aclocal/gpgme.m4
rm $PKG/usr/lib/libgpgmepp.*
rm -r $PKG/usr/include/gpgme++ $PKG/usr/lib/cmake/Gpgmepp
rm -r $PKG/usr/include/gpgme++ $PKG/usr/lib/cmake/Gpgmepp
rm -r $PKG/usr/share/info
}