[arch-commits] Commit in igraph/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Dec 7 18:59:55 UTC 2020
Date: Monday, December 7, 2020 @ 18:59:55
Author: arojas
Revision: 771493
Update to 0.8.5
Modified:
igraph/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-07 18:56:47 UTC (rev 771492)
+++ PKGBUILD 2020-12-07 18:59:55 UTC (rev 771493)
@@ -3,7 +3,7 @@
# Contributor: Denis Zawada <deno at bajtogrod.pl>
pkgname=igraph
-pkgver=0.8.4
+pkgver=0.8.5
pkgrel=1
pkgdesc="A library for creating and manipulating (un)directed graphs."
arch=(x86_64)
@@ -11,7 +11,7 @@
license=(GPL2)
depends=(glpk arpack libxml2)
source=("https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('ceef4e169777bdfb94673a068d128e189c311d6de62fe88569bbae090836f888')
+sha256sums=('2e5da63a2b8e9bb497893a17cf77c691df1739c298664f8adb1310a01218f95b')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list