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

Antonio Rojas arojas at gemini.archlinux.org
Thu Sep 8 17:09:21 UTC 2022


    Date: Thursday, September 8, 2022 @ 17:09:20
  Author: arojas
Revision: 1296862

upgpkg: igraph 0.10.1-1: Update to 0.10.1

Modified:
  igraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-08 15:04:03 UTC (rev 1296861)
+++ PKGBUILD	2022-09-08 17:09:20 UTC (rev 1296862)
@@ -3,7 +3,7 @@
 # Contributor: Denis Zawada <deno at bajtogrod.pl>
 
 pkgname=igraph
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc='A library for creating and manipulating (un)directed graphs'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(glpk arpack libxml2 suitesparse plfit)
 makedepends=(cmake)
 source=(https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('62e3c9e51ac5b0f1871142aac23956f3a6a337fee980bf5474bd4ac3d76e1a68')
+sha256sums=('11ac87336b7adc61b4cb3d9c29fd9ed74db383a1fd994f6c47a870a86f68038c')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



More information about the arch-commits mailing list