summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2018-04-26 08:47:12 +0200
committerEmmanuel Gil Peyrot2018-04-26 08:47:12 +0200
commit340b09ae5065879f044103fcd657ea7478f1bdd8 (patch)
treec66d11f7658591f72d1b61a61caffd6adb427f08 /PKGBUILD
parent7026af6315f1ecda866ccdf8c5b6c475ea55f155 (diff)
downloadaur-340b09ae5065879f044103fcd657ea7478f1bdd8.tar.gz
Added python-aiohttp to the optdepends for the XEP-0363 plugin (thanks pztrn).
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92bb05c5cf15..92270f624bd3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=python-slixmpp-git
_pkgbase=slixmpp
-pkgver=r2116.eb1251b9
-pkgrel=2
+pkgver=r2170.c1562b76
+pkgrel=1
pkgdesc="An XMPP library written for Python 3.4 (SleekXMPP asyncio fork)"
arch=(any)
url="https://dev.louiz.org/projects/slixmpp"
@@ -10,6 +10,7 @@ depends=('python>=3.4' 'python-aiodns' 'libidn' 'python-pyasn1' 'python-pyasn1-m
provides=('python-slixmpp')
conflicts=('python-slixmpp')
makedepends=('git' 'cython')
+optdepends=('python-aiohttp: for the HTTP File Upload plugin (XEP-0363)')
options=(!emptydirs)
source=("git://git.poez.io/slixmpp")