summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7beb600a5220..780b7ddb8e60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Lev Lybin <lev.lybin@gmail.com>
+# Maintainer: William Grieshaber <me@zee.li>
+# Contributor: Lev Lybin <lev.lybin@gmail.com>
pkgname=('cython-kivy')
-pkgver=0.21.2
-pkgrel=2
+pkgver=0.23
+pkgrel=1
pkgdesc="C-Extensions for Python; Kivy-compatible version"
arch=(i686 x86_64)
url="http://www.cython.org"
@@ -10,8 +11,9 @@ license=('APACHE')
depends=('python')
makedepends=('python-setuptools')
provides=('cython=${pkgver}')
+conflicts=('cython')
source=("http://cython.org/release/Cython-$pkgver.tar.gz")
-sha256sums=('b01af23102143515e6138a4d5e185c2cfa588e0df61c0827de4257bac3393679')
+sha256sums=('9fd01e8301c24fb3ba0411ad8eb16f5d9f9f8e66b1281fbe7aba2a9bd9d343dc')
package() {
cd "${srcdir}/Cython-${pkgver}"