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

Antonio Rojas arojas at archlinux.org
Tue Apr 28 21:20:18 UTC 2020


    Date: Tuesday, April 28, 2020 @ 21:20:17
  Author: arojas
Revision: 622127

Update to 0.8.2

Modified:
  igraph/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-28 20:46:20 UTC (rev 622126)
+++ PKGBUILD	2020-04-28 21:20:17 UTC (rev 622127)
@@ -3,8 +3,8 @@
 # Contributor: Denis Zawada <deno at bajtogrod.pl>
 
 pkgname=igraph
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.2
+pkgrel=1
 pkgdesc="A library for creating and manipulating (un)directed graphs."
 arch=(x86_64)
 url="https://igraph.org/c/"
@@ -11,7 +11,7 @@
 license=(GPL2)
 depends=(glpk arpack libxml2)
 source=("https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('266e1bf9e81305b368fbaa2218a8416c51ae85ea164e3657c574dc3898ca7b71')
+sha256sums=('718a471e7b8cbf02e3e8006153b7be6a22f85bb804283763a0016280e8a60e95')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list