[arch-commits] Commit in cython/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun May 27 10:05:56 UTC 2018
Date: Sunday, May 27, 2018 @ 10:05:56
Author: arojas
Revision: 331514
Update to 0.28.3
Modified:
cython/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-27 09:32:27 UTC (rev 331513)
+++ PKGBUILD 2018-05-27 10:05:56 UTC (rev 331514)
@@ -5,7 +5,7 @@
pkgname=(cython cython2)
pkgbase=cython
-pkgver=0.28.2
+pkgver=0.28.3
pkgrel=1
pkgdesc="C-Extensions for Python"
arch=(x86_64)
@@ -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=('d8fad58f7484466ff64a3d54f76943a3e2aef72a4efa1506eccca6ddc3ee547a')
+sha256sums=('2b7dc0ec9b3e8b693e4828657f22c5ba466e11307024b44ebde4511a9d0a5b35')
prepare() {
cp -r cython-$pkgver cython2-$pkgver
@@ -29,7 +29,7 @@
}
package_cython() {
- depends=(python python-setuptools)
+ depends=(python-setuptools)
cd cython-$pkgver
python setup.py install --root="$pkgdir" --skip-build
@@ -41,7 +41,7 @@
}
package_cython2() {
- depends=(python2 python2-setuptools)
+ depends=(python2-setuptools)
cd cython2-$pkgver
python2 setup.py install --root="$pkgdir" --skip-build
More information about the arch-commits
mailing list