igraph: update to 0.9.5.

This commit is contained in:
Gonzalo Tornaría 2021-11-14 22:04:55 -03:00 committed by Érico Nogueira Rolim
parent 36d42402fd
commit 4056f995fa

View file

@ -1,6 +1,6 @@
# Template file for 'igraph'
pkgname=igraph
version=0.9.4
version=0.9.5
revision=1
build_style=cmake
configure_args="-DIGRAPH_ENABLE_TLS=on -DIGRAPH_ENABLE_LTO=on -DBUILD_SHARED_LIBS=ON"
@ -10,8 +10,9 @@ short_desc="Graph library"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
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=a3285cccf4f043c9ced2bc8d8d2609ff8398cb92ed49fdf86264ed91929137dd
checksum=c4e3f67892e1e287865d799162406b3f94916ad6f2cc069a9239e36ca495a17a
igraph-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"