[arch-commits] Commit in igraph/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed May 5 13:11:25 UTC 2021
Date: Wednesday, May 5, 2021 @ 13:11:24
Author: arojas
Revision: 927625
Update to 0.9.3
Modified:
igraph/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-05 12:59:58 UTC (rev 927624)
+++ PKGBUILD 2021-05-05 13:11:24 UTC (rev 927625)
@@ -3,7 +3,7 @@
# Contributor: Denis Zawada <deno at bajtogrod.pl>
pkgname=igraph
-pkgver=0.9.2
+pkgver=0.9.3
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=('fda86b5253daa3b994aaaa7aef0b8e4780dc8b2efbbdbf0aa71af9fedaecb073')
+sha256sums=('0cb185df3bdf16895c012e37c4a01b01e01a7b81f630df7602070765511eda87')
build() {
cmake -B build -S $pkgname-$pkgver \
More information about the arch-commits
mailing list