Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
igraph
Commits:
cd53ecd1 by Antonio Rojas at 2025-09-19T15:54:31+02:00
upgpkg: 0.10.17-1: Upstream update
- - - - -
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.16
+ pkgver = 0.10.17
pkgrel = 1
url = https://igraph.org/c/
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = igraph
depends = lapack
depends = libxml2
depends = plfit
- source = git+https://github.com/igraph/igraph#tag=0.10.16
- sha256sums =
5507d8483d29e775278608747162cdd179c4aefafde0361b9907975196868345
+ source = git+https://github.com/igraph/igraph#tag=0.10.17
+ sha256sums =
b1248374fb06475edb3f48fd2c8247969af95f6d038a3278a6cf5ee94c418ad7
pkgname = igraph
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Denis Zawada <[email protected]>
pkgname=igraph
-pkgver=0.10.16
+pkgver=0.10.17
pkgrel=1
pkgdesc='A library for creating and manipulating (un)directed graphs'
arch=(x86_64)
@@ -21,7 +21,7 @@ depends=(arpack
makedepends=(cmake
git)
source=(git+https://github.com/igraph/igraph#tag=$pkgver)
-sha256sums=('5507d8483d29e775278608747162cdd179c4aefafde0361b9907975196868345')
+sha256sums=('b1248374fb06475edb3f48fd2c8247969af95f6d038a3278a6cf5ee94c418ad7')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/cd53ecd1d4e5a0a5c9485bb392106f4de87fd75e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/cd53ecd1d4e5a0a5c9485bb392106f4de87fd75e
You're receiving this email because of your account on gitlab.archlinux.org.