summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormathieui2019-02-01 20:37:37 +0100
committermathieui2019-02-01 20:37:37 +0100
commit90d228f81bbd174e14fce751186ccad7bc1e41b0 (patch)
tree8f4653bed9490a82eba2cb6d0f760f5259bb1954 /PKGBUILD
parent3c31df0e417b4b74269d2a2c96f9f7ccd20d2058 (diff)
downloadaur-90d228f81bbd174e14fce751186ccad7bc1e41b0.tar.gz
force aiohttp dependency
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed4ad176fa3d..0fe4362b20d1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
pkgname=python-slixmpp-git
_pkgbase=slixmpp
-pkgver=r2170.c1562b76
+pkgver=r2234.74ed50e6
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.5' 'python-aiodns' 'libidn' 'python-pyasn1' 'python-pyasn1-modules')
+depends=('python>=3.5' 'python-aiodns' 'libidn' 'python-pyasn1' 'python-pyasn1-modules' 'python-aiohttp')
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")