mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/gpgme to 1.17.0-2
This commit is contained in:
parent
ae7e3461c7
commit
b06518aa33
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
pkgbase=gpgme
|
||||
pkgname=(gpgme qgpgme python-gpgme)
|
||||
pkgver=1.17.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_python_ver=3.10
|
||||
pkgdesc='A C wrapper library for GnuPG'
|
||||
arch=('x86_64')
|
||||
|
@ -62,7 +62,7 @@ check() {
|
|||
|
||||
package_gpgme() {
|
||||
depends=('libgpg-error' 'gnupg>=2')
|
||||
options=('!emptydirs')
|
||||
options+=('!emptydirs')
|
||||
provides=('libgpgme.so'
|
||||
'libgpgmepp.so')
|
||||
|
||||
|
|
Loading…
Reference in a new issue