summarylogtreecommitdiffstats
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
parent7026af6315f1ecda866ccdf8c5b6c475ea55f155 (diff)
downloadaur-340b09ae5065879f044103fcd657ea7478f1bdd8.tar.gz
Added python-aiohttp to the optdepends for the XEP-0363 plugin (thanks pztrn).
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD5
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff05addba3a3..b2a717410eed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Apr 26 06:46:33 UTC 2018
pkgbase = python-slixmpp-git
pkgdesc = An XMPP library written for Python 3.4 (SleekXMPP asyncio fork)
- pkgver = r2116.eb1251b9
- pkgrel = 2
+ pkgver = r2170.c1562b76
+ pkgrel = 1
url = https://dev.louiz.org/projects/slixmpp
arch = any
license = MIT
@@ -12,6 +14,7 @@ pkgbase = python-slixmpp-git
depends = libidn
depends = python-pyasn1
depends = python-pyasn1-modules
+ optdepends = python-aiohttp: for the HTTP File Upload plugin (XEP-0363)
provides = python-slixmpp
conflicts = python-slixmpp
options = !emptydirs
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")