[arch-commits] Commit in igraph/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Mar 13 18:00:19 UTC 2020


    Date: Friday, March 13, 2020 @ 18:00:19
  Author: arojas
Revision: 596307

Update to 0.8.1

Modified:
  igraph/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-13 17:39:30 UTC (rev 596306)
+++ PKGBUILD	2020-03-13 18:00:19 UTC (rev 596307)
@@ -3,7 +3,7 @@
 # Contributor: Denis Zawada <deno at bajtogrod.pl>
 
 pkgname=igraph
-pkgver=0.8.0
+pkgver=0.8.1
 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=('72637335600cf4758fd718009b16d92489b58a2f5dd96d884740d20cd5769649')
+sha256sums=('266e1bf9e81305b368fbaa2218a8416c51ae85ea164e3657c574dc3898ca7b71')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list