Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
igraph


Commits:
ac1db5a2 by Antonio Rojas at 2024-02-13T23:05:25+01:00
upgpkg: 0.10.10-1: Update to 0.10.10

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = igraph
        pkgdesc = A library for creating and manipulating (un)directed graphs
-       pkgver = 0.10.9
+       pkgver = 0.10.10
        pkgrel = 1
        url = https://igraph.org/c/
        arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = igraph
        depends = lapack
        depends = libxml2
        depends = plfit
-       source = 
https://github.com/igraph/igraph/releases/download/0.10.9/igraph-0.10.9.tar.gz
-       sha256sums = 
cade6db7edbd7b6f715706c88ac51cb95dd27512ce5bdc736dcdcb2efcacb5cc
+       source = 
https://github.com/igraph/igraph/releases/download/0.10.10/igraph-0.10.10.tar.gz
+       sha256sums = 
6148f2e72a183ef5cd08324cccc73fa9eb8e54bb5a96c7f8f3c0465432ec2404
 
 pkgname = igraph


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Denis Zawada <d...@bajtogrod.pl>
 
 pkgname=igraph
-pkgver=0.10.9
+pkgver=0.10.10
 pkgrel=1
 pkgdesc='A library for creating and manipulating (un)directed graphs'
 arch=(x86_64)
@@ -20,7 +20,7 @@ depends=(arpack
          plfit)
 makedepends=(cmake)
 
source=(https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('cade6db7edbd7b6f715706c88ac51cb95dd27512ce5bdc736dcdcb2efcacb5cc')
+sha256sums=('6148f2e72a183ef5cd08324cccc73fa9eb8e54bb5a96c7f8f3c0465432ec2404')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/ac1db5a224b0e5db25a5e069114d07e28d6a8606

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/ac1db5a224b0e5db25a5e069114d07e28d6a8606
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to