Date: Thursday, January 26, 2023 @ 16:48:30 Author: arojas Revision: 1388350
upgpkg: igraph 0.10.4-1: Update to 0.10.4 Modified: igraph/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-26 16:37:38 UTC (rev 1388349) +++ PKGBUILD 2023-01-26 16:48:30 UTC (rev 1388350) @@ -3,7 +3,7 @@ # Contributor: Denis Zawada <[email protected]> pkgname=igraph -pkgver=0.10.3 +pkgver=0.10.4 pkgrel=1 pkgdesc='A library for creating and manipulating (un)directed graphs' arch=(x86_64) @@ -12,7 +12,7 @@ depends=(glpk arpack libxml2 plfit) makedepends=(cmake) source=(https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('5f72398c7847bb167f85159b7a9fe1fe69ce0f241c5de5d30b2b347f9dc3f7c6') +sha256sums=('aa5700b58c5f1e1de1f4637ab14df15c6b20e25e51d0f5a260921818e8f02afc') build() { cmake -B build -S $pkgname-$pkgver \
