igraph: update to 0.9.6.

This commit is contained in:
Gonzalo Tornaría 2022-01-18 17:06:51 -03:00 committed by Leah Neukirchen
parent 7c534e54cf
commit c27ac240f6

View file

@ -1,6 +1,6 @@
# Template file for 'igraph'
pkgname=igraph
version=0.9.5
version=0.9.6
revision=1
build_style=cmake
configure_args="-DIGRAPH_ENABLE_TLS=on -DIGRAPH_ENABLE_LTO=on -DBUILD_SHARED_LIBS=ON"
@ -12,7 +12,7 @@ license="GPL-2.0-or-later"
homepage="https://igraph.org/c/"
changelog="https://raw.githubusercontent.com/igraph/igraph/master/CHANGELOG.md"
distfiles="https://github.com/igraph/igraph/releases/download/${version}/igraph-${version}.tar.gz"
checksum=c4e3f67892e1e287865d799162406b3f94916ad6f2cc069a9239e36ca495a17a
checksum=7c299ec54eecfe413758c332a42c4cb71d02d2951b2ac232584d317c5792f387
igraph-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"