summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormeZee2016-01-06 08:21:50 -0600
committermeZee2016-01-06 08:21:50 -0600
commitfeb93b215f09276c89cc3d11b7bb9dd0eb6bcb12 (patch)
tree4cbc26db55869d7667edc2228c50cd7a4c890c25 /PKGBUILD
parentd6c0c4e5c24d14fe457d7c4877296ff593af58c5 (diff)
downloadaur-cython-kivy.tar.gz
Update to release 0.23
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}"