[arch-commits] Commit in cysignals/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Nov 5 21:11:25 UTC 2016
Date: Saturday, November 5, 2016 @ 21:11:24
Author: arojas
Revision: 194710
Update to 1.3.1
Modified:
cysignals/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-11-05 19:14:44 UTC (rev 194709)
+++ PKGBUILD 2016-11-05 21:11:24 UTC (rev 194710)
@@ -2,8 +2,8 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=cysignals
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
pkgdesc="Interrupt and signal handling for Cython"
arch=(i686 x86_64)
url="https://www.sagemath.org"
@@ -11,7 +11,7 @@
depends=(python2 pari-sage)
makedepends=(python2-sphinx cython2)
source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2")
-md5sums=('bf8a23b71a6e14009829bb1b6e294555')
+md5sums=('6b468061c63bf8be3fa1f3fe9bc2c143')
prepare() {
sed -e 's|sphinx-build|sphinx-build2|g' -i $pkgname-$pkgver/docs/Makefile
@@ -24,6 +24,6 @@
package() {
cd $pkgname-$pkgver
- python2 setup.py install --root="$pkgdir"
+ python2 setup.py install --root="$pkgdir" --skip-build
}
More information about the arch-commits
mailing list