summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTommaso Sardelli2016-08-11 16:57:48 +0200
committerTommaso Sardelli2016-08-11 16:57:48 +0200
commit6aaee00171cb26f087cc28e9508fc120668fa438 (patch)
tree6d07b8fd956204a9dddaea7153bb9484cba74719 /PKGBUILD
parent5e3895d525f6ee3127f5de328e57283b6f5e79f6 (diff)
downloadaur-6aaee00171cb26f087cc28e9508fc120668fa438.tar.gz
Add missing python2-setuptools dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acdff1065b29..62ead0db7d7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=gajim-plugin-omemo
_pkgname=gajim-omemo
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="Gajim plugin for OMEMO Multi-End Message and Object Encryption."
arch=(any)
url="https://github.com/omemo/${_pkgname}"
license=('GPL')
-depends=("gajim" "python2-cryptography" "python2-axolotl-git")
+depends=("gajim" "python2-setuptools" "python2-cryptography" "python2-axolotl-git")
provides=('gajim-plugin-omemo')
conflicts=('gajim-plugin-omemo-git')
source=("https://github.com/omemo/${_pkgname}/archive/${pkgver}.tar.gz")