summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommaso Sardelli2017-04-17 21:16:17 +0200
committerTommaso Sardelli2017-04-17 21:16:17 +0200
commitcb89d7003b43983c4c9904a4615382979b39603c (patch)
treeb7a63be3620878b98cf43722ef5270e8006b6b81
parent863c411d94f7f31a00cb94ceaa0414c342372da8 (diff)
downloadaur-cb89d7003b43983c4c9904a4615382979b39603c.tar.gz
Update to 1.2.1-1 and depend upon stable version of python2-axolot
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 552ae3ca0605..4e69aa69abb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gajim-plugin-omemo
pkgdesc = Gajim plugin for OMEMO Multi-End Message and Object Encryption.
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin
arch = any
@@ -9,11 +9,11 @@ pkgbase = gajim-plugin-omemo
depends = python2-qrcode
depends = python2-setuptools
depends = python2-cryptography
- depends = python2-axolotl-git
+ depends = python2-axolotl
depends = python2-future
provides = gajim-plugin-omemo
conflicts = gajim-plugin-omemo-git
- source = omemo-1.2.0.zip::https://ftp.gajim.org/plugins_0.16_zip/omemo.zip
+ source = omemo-1.2.1.zip::https://ftp.gajim.org/plugins_0.16_zip/omemo.zip
sha512sums = SKIP
pkgname = gajim-plugin-omemo
diff --git a/PKGBUILD b/PKGBUILD
index ab84e2612f0d..3aa959cd21f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=gajim-plugin-omemo
_pkgname=omemo
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
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" "python2-qrcode" "python2-setuptools" "python2-cryptography" "python2-axolotl-git" "python2-future")
+depends=("gajim" "python2-qrcode" "python2-setuptools" "python2-cryptography" "python2-axolotl" "python2-future")
provides=('gajim-plugin-omemo')
conflicts=('gajim-plugin-omemo-git')
source=("${_pkgname}-${pkgver}.zip::https://ftp.gajim.org/plugins_0.16_zip/${_pkgname}.zip")