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

Antonio Rojas arojas at gemini.archlinux.org
Tue Nov 30 22:26:57 UTC 2021


    Date: Tuesday, November 30, 2021 @ 22:26:57
  Author: arojas
Revision: 1059002

Rebuild with cysignals 1.11

Modified:
  python-pplpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-30 22:01:32 UTC (rev 1059001)
+++ PKGBUILD	2021-11-30 22:26:57 UTC (rev 1059002)
@@ -3,14 +3,14 @@
 _pipname=pplpy
 pkgname=python-pplpy
 pkgver=0.8.7
-pkgrel=2
-pkgdesc="Python wrapper to the C++ Parma Polyhedra Library (PPL)"
+pkgrel=3
+pkgdesc='Python wrapper to the C++ Parma Polyhedra Library (PPL)'
 arch=(x86_64)
-url="https://gitlab.com/videlec/pplpy/"
+url='https://gitlab.com/videlec/pplpy/'
 license=(LGPL2.1)
 depends=(python-cysignals python-gmpy2 ppl)
 makedepends=(cython python-sphinx)
-source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz")
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
 sha256sums=('500bd0f4ae1a76956fae7fcba77854f5ec3e64fce76803664983763c3f2bd8bd')
 
 build() {



More information about the arch-commits mailing list