Date: Saturday, November 4, 2017 @ 10:10:50 Author: arojas Revision: 265390
Retagged upstream Modified: cython/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-11-04 09:58:19 UTC (rev 265389) +++ PKGBUILD 2017-11-04 10:10:50 UTC (rev 265390) @@ -6,7 +6,7 @@ pkgname=(cython cython2) pkgbase=cython pkgver=0.27.3 -pkgrel=1 +pkgrel=2 pkgdesc="C-Extensions for Python" arch=(i686 x86_64) url="http://cython.org" @@ -13,7 +13,7 @@ license=(APACHE) makedepends=(python-setuptools python2-setuptools) source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz") -sha256sums=('cedc1173c36cc07eaa866e7edc0a728bc891ed20a9a7e27b7d35e5541d6e3ac4') +sha256sums=('648feb8a257574a3e4ef854475e7d767732ef26e870d2f9fcc1ca5b244b3ac89') prepare() { cp -r cython-$pkgver cython2-$pkgver
