summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjoern Franke2023-05-04 10:03:31 +0200
committerBjoern Franke2023-05-04 10:03:31 +0200
commitc30f3f744dfb2cf65aab93412398931ff8d8be90 (patch)
tree1913bf755f065ff2b5964c0a227dde38d23f007b /PKGBUILD
parent9152f08133b83fcf0c636d2e4895a6a35c7fc26b (diff)
downloadaur-gajim-plugin-omemo.tar.gz
gajim was rebuild for Python 3.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b694968ed1a5..ee4e2f4ab8b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=gajim-plugin-omemo
_pkgname=omemo
pkgver=2.9.0
-pkgrel=2
-_pythonversion=3.10
+pkgrel=3
+_pythonversion=3.11
pkgdesc='Gajim plugin for OMEMO Multi-End Message and Object Encryption.'
arch=(any)
url='https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin'
license=('GPL')
-depends=('gajim>=1.6' 'python-qrcode' 'python-setuptools' 'python-cryptography' 'python-axolotl')
+depends=('gajim>=1.7.3-2' 'python-qrcode' 'python-setuptools' 'python-cryptography' 'python-axolotl')
provides=('gajim-plugin-omemo')
conflicts=('gajim-plugin-omemo-git')
source=("https://ftp.gajim.org/plugins/master/${_pkgname}/${_pkgname}_${pkgver}.zip")