summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommaso Sardelli2016-12-11 11:34:20 +0100
committerTommaso Sardelli2016-12-11 11:34:20 +0100
commit5733d97f8954f3bb27fff9dbd3ad128ed4c7f8ad (patch)
tree717fcfdef7f02adadcab434e0353eab7644ea73c
parent6097f86e30cbc9ac15c78a6c5376ef6c13585a77 (diff)
downloadaur-5733d97f8954f3bb27fff9dbd3ad128ed4c7f8ad.tar.gz
Update checksum and add dependency for python2-future
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90068a54d1e6..ccb7d51a1e1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gajim-plugin-omemo
pkgdesc = Gajim plugin for OMEMO Multi-End Message and Object Encryption.
pkgver = 1.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin
arch = any
license = GPL
@@ -10,10 +10,11 @@ pkgbase = gajim-plugin-omemo
depends = python2-setuptools
depends = python2-cryptography
depends = python2-axolotl-git
+ depends = python2-future
provides = gajim-plugin-omemo
conflicts = gajim-plugin-omemo-git
source = https://ftp.gajim.org/plugins_0.16_zip/omemo.zip
- sha512sums = 9364d9d20c12975ee2c4a6b71ce3b1a010fdfe3f93a74f926272679190c59d1391e55eaa11bfc6f4b8eee0b56affca6785dad720d51d501b43aeff8be1bc291b
+ sha512sums = b8d96c4617ff61ca2ad2f12f8274d625f75977a33dfb00d8b1be8c3c28ef17be726ea73126e85716af2d9089dcf413fa05328815ea0623c673d80807e4dbbf5b
pkgname = gajim-plugin-omemo
diff --git a/PKGBUILD b/PKGBUILD
index 001e4e57895a..1754fd3bb852 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=gajim-plugin-omemo
_pkgname=omemo
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
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")
+depends=("gajim" "python2-qrcode" "python2-setuptools" "python2-cryptography" "python2-axolotl-git" "python2-future")
provides=('gajim-plugin-omemo')
conflicts=('gajim-plugin-omemo-git')
source=("https://ftp.gajim.org/plugins_0.16_zip/${_pkgname}.zip")
-sha512sums=('9364d9d20c12975ee2c4a6b71ce3b1a010fdfe3f93a74f926272679190c59d1391e55eaa11bfc6f4b8eee0b56affca6785dad720d51d501b43aeff8be1bc291b')
+sha512sums=('b8d96c4617ff61ca2ad2f12f8274d625f75977a33dfb00d8b1be8c3c28ef17be726ea73126e85716af2d9089dcf413fa05328815ea0623c673d80807e4dbbf5b')
package() {
cd ${srcdir}/${_pkgname}