summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormathieui2015-07-03 21:17:58 +0200
committermathieui2015-07-03 21:19:02 +0200
commitb0683e924ab1c6ecc369a261cc5ace63e5d028d7 (patch)
tree2ed8e5b081542593a6afb248801804db41e126ea /PKGBUILD
parent102a5dd1510943099a7bfb6a1729ed6d39ed11d4 (diff)
downloadaur-b0683e924ab1c6ecc369a261cc5ace63e5d028d7.tar.gz
Add cython as an optdepends
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4f2716512a6..f0725a52b64c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-slixmpp-git
_pkgbase=slixmpp
-pkgver=r1795.225e07e
+pkgver=r1873.d0ad257
pkgrel=1
pkgdesc="An XMPP library written for Python 3.4 (SleekXMPP asyncio fork)"
arch=(any)
@@ -9,6 +9,7 @@ license=('MIT')
depends=('python>=3.4' 'python-aiodns')
provides=('python-slixmpp')
makedepends=('git')
+optdepends=('cython')
options=(!emptydirs)
source="git://git.poez.io/slixmpp"