summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2019-02-11 11:21:18 +0100
committerEmmanuel Gil Peyrot2019-02-11 11:21:18 +0100
commit3926656e518a0259f0a4ddbca9bfeb5e3cfd8b45 (patch)
tree2e46980ea75088d6aece81f9b910459708087ab4
parent90d228f81bbd174e14fce751186ccad7bc1e41b0 (diff)
downloadaur-3926656e518a0259f0a4ddbca9bfeb5e3cfd8b45.tar.gz
Report the minimum Python version in the description.
-rw-r--r--[-rwxr-xr-x]PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0fe4362b20d1..26243ed97426 100755..100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=python-slixmpp-git
_pkgbase=slixmpp
pkgver=r2234.74ed50e6
pkgrel=1
-pkgdesc="An XMPP library written for Python 3.4 (SleekXMPP asyncio fork)"
+pkgdesc="An XMPP library written for Python 3.5+ (SleekXMPP asyncio fork)"
arch=(any)
url="https://dev.louiz.org/projects/slixmpp"
license=('MIT')