summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Franke2023-03-14 15:24:06 +0100
committerBjoern Franke2023-03-14 15:24:06 +0100
commit9152f08133b83fcf0c636d2e4895a6a35c7fc26b (patch)
tree214b88a14225a2efb3de24e8b184c643f9a42450
parent9fb7281b78bee165bf9657c06c42e66529d28fad (diff)
downloadaur-9152f08133b83fcf0c636d2e4895a6a35c7fc26b.tar.gz
no upstream gajim version restriction
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4ea3cdc53a9..576fdb3ddb32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = gajim-plugin-omemo
pkgdesc = Gajim plugin for OMEMO Multi-End Message and Object Encryption.
pkgver = 2.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin
arch = any
license = GPL
depends = gajim>=1.6
- depends = gajim<=1.6.90
depends = python-qrcode
depends = python-setuptools
depends = python-cryptography
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")