Date: Thursday, February 6, 2020 @ 10:33:42 Author: arojas Revision: 563603
Update to 0.29.15 Modified: cython/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-06 09:49:36 UTC (rev 563602) +++ PKGBUILD 2020-02-06 10:33:42 UTC (rev 563603) @@ -4,8 +4,8 @@ pkgname=(cython cython2) pkgbase=cython -pkgver=0.29.14 -pkgrel=4 +pkgver=0.29.15 +pkgrel=1 pkgdesc="C-Extensions for Python" arch=(x86_64) url="https://cython.org" @@ -13,7 +13,7 @@ makedepends=(python-setuptools python2-setuptools) source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz" cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch") -sha256sums=('6a3370fda27c020c172805c6257f222624bdd5f73653bb93f4af4e9f282d17f7' +sha256sums=('00260014f7e859105fa35268a228a2a96df43c9f35b8546724cbba571cb9c4f5' '28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8') prepare() {
