summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjoern Franke2023-03-14 15:24:06 +0100
committerBjoern Franke2023-03-14 15:24:06 +0100
commit9152f08133b83fcf0c636d2e4895a6a35c7fc26b (patch)
tree214b88a14225a2efb3de24e8b184c643f9a42450 /PKGBUILD
parent9fb7281b78bee165bf9657c06c42e66529d28fad (diff)
downloadaur-9152f08133b83fcf0c636d2e4895a6a35c7fc26b.tar.gz
no upstream gajim version restriction
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64b6b592be49..b694968ed1a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=gajim-plugin-omemo
_pkgname=omemo
pkgver=2.9.0
-pkgrel=1
+pkgrel=2
_pythonversion=3.10
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' 'gajim<=1.6.90' 'python-qrcode' 'python-setuptools' 'python-cryptography' 'python-axolotl')
+depends=('gajim>=1.6' '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")