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

Antonio Rojas arojas at archlinux.org
Fri Mar 26 18:15:46 UTC 2021


    Date: Friday, March 26, 2021 @ 18:15:46
  Author: arojas
Revision: 904647

Update to 0.9.1

Modified:
  python-igraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-26 18:11:01 UTC (rev 904646)
+++ PKGBUILD	2021-03-26 18:15:46 UTC (rev 904647)
@@ -2,7 +2,7 @@
 # Contributor: Lukasz Pozarlik <lpozarlik at gmail.com>
 
 pkgname=python-igraph
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 url="https://igraph.org/python/"
 license=(GPL)
@@ -11,11 +11,10 @@
 depends=(python-texttable igraph)
 makedepends=(python-setuptools)
 source=("https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('7aa1d77fa02e27475eb4f14503f3cb342c3ed8990d9224640fd29c70797f2dd6')
+sha256sums=('f1895a83c57180f03c50fb77334a4d5029327aefee14f03381e10d34a1794410')
 
 build() {
   cd $pkgname-$pkgver
-  export CFLAGS+=" -I/usr/include/igraph"
   python setup.py build --use-pkg-config
 }
 



More information about the arch-commits mailing list