summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")