Date: Friday, December 14, 2018 @ 15:26:39 Author: arojas Revision: 416278
Update to 0.29.2 Modified: cython/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-14 14:34:31 UTC (rev 416277) +++ PKGBUILD 2018-12-14 15:26:39 UTC (rev 416278) @@ -4,7 +4,7 @@ pkgname=(cython cython2) pkgbase=cython -pkgver=0.29.1 +pkgver=0.29.2 pkgrel=1 pkgdesc="C-Extensions for Python" arch=(x86_64) @@ -12,7 +12,7 @@ license=(APACHE) makedepends=(python-setuptools python2-setuptools) source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz") -sha256sums=('fab6796e5a5fb6e2f860c7d8180479dade01dfbebaf490a213c3e312a3a278d8') +sha256sums=('b5164b9650981aaa5457ef1e3cce4c671dee8d111f4ace99e3e6bb672c78c6f6') prepare() { cp -r cython-$pkgver cython2-$pkgver
