summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormathieui2015-07-03 21:17:58 +0200
committermathieui2015-07-03 21:19:02 +0200
commitb0683e924ab1c6ecc369a261cc5ace63e5d028d7 (patch)
tree2ed8e5b081542593a6afb248801804db41e126ea
parent102a5dd1510943099a7bfb6a1729ed6d39ed11d4 (diff)
downloadaur-b0683e924ab1c6ecc369a261cc5ace63e5d028d7.tar.gz
Add cython as an optdepends
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD3
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bac52c53cfc4..f63311e2be98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by makepkg 4.2.0
-# Mon Jan 5 15:43:45 UTC 2015
pkgbase = python-slixmpp-git
pkgdesc = An XMPP library written for Python 3.4 (SleekXMPP asyncio fork)
pkgver = r1795.225e07e
@@ -10,6 +8,7 @@ pkgbase = python-slixmpp-git
makedepends = git
depends = python>=3.4
depends = python-aiodns
+ optdepends = cython
provides = python-slixmpp
options = !emptydirs
source = git://git.poez.io/slixmpp
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"