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

Antonio Rojas arojas at archlinux.org
Tue Jun 1 05:56:27 UTC 2021


    Date: Tuesday, June 1, 2021 @ 05:56:26
  Author: arojas
Revision: 952927

Update to 0.9.4

Modified:
  python-igraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-01 03:20:46 UTC (rev 952926)
+++ PKGBUILD	2021-06-01 05:56:26 UTC (rev 952927)
@@ -2,16 +2,16 @@
 # Contributor: Lukasz Pozarlik <lpozarlik at gmail.com>
 
 pkgname=python-igraph
-pkgver=0.9.1
+pkgver=0.9.4
 pkgrel=1
-url="https://igraph.org/python/"
+url='https://igraph.org/python/'
 license=(GPL)
 arch=(x86_64)
-pkgdesc="Python bindings for the igraph library"
+pkgdesc='Python bindings for the igraph library'
 depends=(python-texttable igraph)
 makedepends=(python-setuptools)
-source=("https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('f1895a83c57180f03c50fb77334a4d5029327aefee14f03381e10d34a1794410')
+source=(https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('b1e4e3b8ea438f85e17874d0b0836107b437ebe68ae0b3be13d2ad399f45405d')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list