Date: Friday, April 22, 2016 @ 20:42:01
  Author: arojas
Revision: 171602

Update to 1.1.1

Modified:
  cysignals/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-04-22 18:23:28 UTC (rev 171601)
+++ PKGBUILD    2016-04-22 18:42:01 UTC (rev 171602)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas <[email protected]>
 
 pkgname=cysignals
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="Interrupt and signal handling for Cython"
 arch=(i686 x86_64)
 url="https://www.sagemath.org";
@@ -10,8 +10,8 @@
 license=(LGPL)
 depends=(python2 pari-sage)
 makedepends=(python2-sphinx cython2)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/$pkgname/$pkgname-$pkgver.tar.bz2";)
-md5sums=('31e95c68349b33b7781969e0d1ecab91')
+source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2";)
+md5sums=('20483b618a1d5c65485d38a2d0002386')
 
 prepare() {
   sed -e 's|sphinx-build|sphinx-build2|g' -i $pkgname-$pkgver/docs/Makefile

Reply via email to