summaryrefslogtreecommitdiff
path: root/gpgme/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/Pkgfile')
-rw-r--r--gpgme/Pkgfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/gpgme/Pkgfile b/gpgme/Pkgfile
index 96ef5c560..648b5dfb1 100644
--- a/gpgme/Pkgfile
+++ b/gpgme/Pkgfile
@@ -6,11 +6,15 @@
name=gpgme
version=1.16.0
release=1
-source=(https://www.gnupg.org/ftp/gcrypt/$name/$name-$version.tar.bz2)
+source=(https://www.gnupg.org/ftp/gcrypt/$name/$name-$version.tar.bz2
+ python310.patch closefrom.patch)
build() {
cd $name-$version
+ patch -Np1 -i $SRC/python310.patch
+ patch -Np1 -i $SRC/closefrom.patch
+
export PYTHON='/usr/bin/python3'
./configure \
--prefix=/usr \

Generated by cgit