[arch-commits] Commit in cysignals/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Nov 26 17:04:35 UTC 2021


    Date: Friday, November 26, 2021 @ 17:04:34
  Author: arojas
Revision: 1054863

Update to 1.11.0

Modified:
  cysignals/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-26 16:27:33 UTC (rev 1054862)
+++ PKGBUILD	2021-11-26 17:04:34 UTC (rev 1054863)
@@ -2,17 +2,17 @@
 
 pkgbase=cysignals
 pkgname=python-cysignals
-pkgver=1.10.3
+pkgver=1.11.0
 pkgrel=1
-pkgdesc="Interrupt and signal handling for Cython"
+pkgdesc='Interrupt and signal handling for Cython'
 arch=(x86_64)
-url="https://www.sagemath.org"
+url='https://www.sagemath.org'
 license=(LGPL)
 depends=(python pari)
 makedepends=(cython python-setuptools)
 conflicts=(python2-cysignals python2-fpylll python2-cypari2 python2-pplpy)
-source=("https://github.com/sagemath/cysignals/archive/$pkgver/$pkgbase-$pkgver.tar.gz")
-sha256sums=('f75cc3512218e9c3b0d7949ffe0bb5925afc5d74588ca4a2d2d8ca68f59b5ec4')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/sagemath/cysignals/archive/refs/tags/$pkgver.tar.gz)
+sha256sums=('baaa74f4767573554d78ae804f104d81306d80b939ae182f66492ceebaa58115')
 
 build() {
   cd $pkgbase-$pkgver



More information about the arch-commits mailing list