summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormathieui2015-11-29 18:33:07 +0100
committermathieui2015-11-29 18:33:07 +0100
commit9b3f4926be8d7b042b047c2bf5fa248af39c2018 (patch)
tree655ef910d671bdf3584ac9386d2f4cdd3635c474 /PKGBUILD
parentb0683e924ab1c6ecc369a261cc5ace63e5d028d7 (diff)
downloadaur-9b3f4926be8d7b042b047c2bf5fa248af39c2018.tar.gz
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0725a52b64c..563dba122014 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=python-slixmpp-git
_pkgbase=slixmpp
-pkgver=r1873.d0ad257
+pkgver=r2032.b549db9
pkgrel=1
pkgdesc="An XMPP library written for Python 3.4 (SleekXMPP asyncio fork)"
arch=(any)
url="https://dev.louiz.org/projects/slixmpp"
license=('MIT')
-depends=('python>=3.4' 'python-aiodns')
+depends=('python>=3.4' 'python-aiodns' 'libidn' 'python-pyasn1' 'python-pyasn1-modules')
provides=('python-slixmpp')
makedepends=('git')
optdepends=('cython')