summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Franke2023-05-04 10:03:31 +0200
committerBjoern Franke2023-05-04 10:03:31 +0200
commitc30f3f744dfb2cf65aab93412398931ff8d8be90 (patch)
tree1913bf755f065ff2b5964c0a227dde38d23f007b
parent9152f08133b83fcf0c636d2e4895a6a35c7fc26b (diff)
downloadaur-gajim-plugin-omemo.tar.gz
gajim was rebuild for Python 3.11
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 576fdb3ddb32..6c49f7afe6b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = gajim-plugin-omemo
pkgdesc = Gajim plugin for OMEMO Multi-End Message and Object Encryption.
pkgver = 2.9.0
- pkgrel = 2
+ pkgrel = 3
url = https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin
arch = any
license = GPL
- depends = gajim>=1.6
+ depends = gajim>=1.7.3-2
depends = python-qrcode
depends = python-setuptools
depends = python-cryptography
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")