Date: Wednesday, April 14, 2021 @ 14:11:34 Author: arojas Revision: 918453
Update to 0.9.2 Modified: igraph/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-14 14:01:25 UTC (rev 918452) +++ PKGBUILD 2021-04-14 14:11:34 UTC (rev 918453) @@ -3,7 +3,7 @@ # Contributor: Denis Zawada <[email protected]> pkgname=igraph -pkgver=0.9.1 +pkgver=0.9.2 pkgrel=1 pkgdesc="A library for creating and manipulating (un)directed graphs." arch=(x86_64) @@ -12,7 +12,7 @@ depends=(glpk arpack libxml2 suitesparse) makedepends=(cmake) source=("https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('1902810650e8f9d98feefa3eca735db5a879416d00a08f68aad2ca07964cee9f') +sha256sums=('fda86b5253daa3b994aaaa7aef0b8e4780dc8b2efbbdbf0aa71af9fedaecb073') build() { cmake -B build -S $pkgname-$pkgver \
