summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2018-07-08 17:46:30 +0200
committerEmmanuel Gil Peyrot2018-07-08 17:46:30 +0200
commit3c31df0e417b4b74269d2a2c96f9f7ccd20d2058 (patch)
tree8cf9c1557442adbd81ac2137ef50d28b215af50e /PKGBUILD
parent340b09ae5065879f044103fcd657ea7478f1bdd8 (diff)
downloadaur-3c31df0e417b4b74269d2a2c96f9f7ccd20d2058.tar.gz
The current version dropped support for Python 3.4, require 3.5 now.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92270f624bd3..ed4ad176fa3d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ 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' 'libidn' 'python-pyasn1' 'python-pyasn1-modules')
+depends=('python>=3.5' 'python-aiodns' 'libidn' 'python-pyasn1' 'python-pyasn1-modules')
provides=('python-slixmpp')
conflicts=('python-slixmpp')
makedepends=('git' 'cython')