[arch-commits] Commit in cysignals/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Mar 16 14:36:17 UTC 2021
Date: Tuesday, March 16, 2021 @ 14:36:16
Author: arojas
Revision: 891889
Update to 1.10.3
Modified:
cysignals/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-16 14:34:36 UTC (rev 891888)
+++ PKGBUILD 2021-03-16 14:36:16 UTC (rev 891889)
@@ -2,17 +2,17 @@
pkgbase=cysignals
pkgname=python-cysignals
-pkgver=1.10.2
-pkgrel=8
+pkgver=1.10.3
+pkgrel=1
pkgdesc="Interrupt and signal handling for Cython"
arch=(x86_64)
url="https://www.sagemath.org"
license=(LGPL)
depends=(python pari)
-makedepends=(cython)
+makedepends=(cython python-setuptools)
conflicts=(python2-cysignals python2-fpylll python2-cypari2 python2-pplpy)
-source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz")
-sha256sums=('8107b67a0c5991f74b0e000c6fa9fe8efcb2a22c7ede5b017aac4c3e20fb7db2')
+source=("https://github.com/sagemath/cysignals/archive/$pkgver/$pkgbase-$pkgver.tar.gz")
+sha256sums=('f75cc3512218e9c3b0d7949ffe0bb5925afc5d74588ca4a2d2d8ca68f59b5ec4')
build() {
cd $pkgbase-$pkgver
More information about the arch-commits
mailing list