summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTommaso Sardelli2016-10-21 19:06:18 +0200
committerTommaso Sardelli2016-10-21 19:06:18 +0200
commitb5ebe02a7ffb9a82abc2b8f68196954317389ae6 (patch)
tree4d1515259cc114dd368c42201e86f43e95a922cb /PKGBUILD
parent502b829d589cc5968425ec31e57cd9502538b428 (diff)
downloadaur-b5ebe02a7ffb9a82abc2b8f68196954317389ae6.tar.gz
Restore python2-axolotl-git dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24b9294528d9..e90218de1ac1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Gajim plugin for OMEMO Multi-End Message and Object Encryption."
arch=(any)
url="https://github.com/omemo/${_pkgname}"
license=('GPL')
-depends=("gajim" "python2-setuptools" "python2-cryptography" "python2-axolotl")
+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")