Date: Tuesday, March 23, 2021 @ 15:01:04 Author: arojas Revision: 900477
Update to 0.9.1 Modified: igraph/trunk/PKGBUILD Deleted: igraph/trunk/igraph-fix-symbol.patch -------------------------+ PKGBUILD | 14 ++++---------- igraph-fix-symbol.patch | 12 ------------ 2 files changed, 4 insertions(+), 22 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-23 15:00:14 UTC (rev 900476) +++ PKGBUILD 2021-03-23 15:01:04 UTC (rev 900477) @@ -3,8 +3,8 @@ # Contributor: Denis Zawada <[email protected]> pkgname=igraph -pkgver=0.9.0 -pkgrel=2 +pkgver=0.9.1 +pkgrel=1 pkgdesc="A library for creating and manipulating (un)directed graphs." arch=(x86_64) url="https://igraph.org/c/" @@ -11,15 +11,9 @@ license=(GPL2) depends=(glpk arpack libxml2 suitesparse) makedepends=(cmake) -source=("https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" - igraph-fix-symbol.patch) -sha256sums=('012e5d5a50420420588c33ec114c6b3000ccde544db3f25c282c1931c462ad7a' - '977d9b996746b82d347567b7d069f241833dd95f8b80aec39674cc0e1164eb40') +source=("https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz") +sha256sums=('1902810650e8f9d98feefa3eca735db5a879416d00a08f68aad2ca07964cee9f') -prepare() { - patch -d $pkgname-$pkgver -p1 < igraph-fix-symbol.patch # Fix missing igraph_subcomponent symbol https://github.com/igraph/igraph/pull/1705 -} - build() { cmake -B build -S $pkgname-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ Deleted: igraph-fix-symbol.patch =================================================================== --- igraph-fix-symbol.patch 2021-03-23 15:00:14 UTC (rev 900476) +++ igraph-fix-symbol.patch 2021-03-23 15:01:04 UTC (rev 900477) @@ -1,12 +0,0 @@ -diff --git a/src/connectivity/components.c b/src/connectivity/components.c -index 71ff01621..bae3d4dad 100644 ---- a/src/connectivity/components.c -+++ b/src/connectivity/components.c -@@ -30,6 +30,7 @@ - #include "igraph_operators.h" - #include "igraph_progress.h" - #include "igraph_stack.h" -+#include "igraph_structural.h" - #include "igraph_vector.h" - - #include "core/interruption.h"
