Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
igraph
Commits:
3f4aca39 by Antonio Rojas at 2025-12-26T14:58:03+01:00
upgpkg: 1.0.1-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = igraph
pkgdesc = A library for creating and manipulating (un)directed graphs
- pkgver = 1.0.0
- pkgrel = 2
+ pkgver = 1.0.1
+ pkgrel = 1
url = https://igraph.org/c/
arch = x86_64
license = GPL-2.0-only
@@ -16,7 +16,7 @@ pkgbase = igraph
depends = lapack
depends = libxml2
depends = plfit
- source = git+https://github.com/igraph/igraph#tag=1.0.0
- sha256sums =
93d3e15e295147b2e780713cb7bda8b601617aa9d50cfa3f03cfb3d42278d54b
+ source = git+https://github.com/igraph/igraph#tag=1.0.1
+ sha256sums =
9973f43e5c3be003d74315c0f5a0671fa44ecf15a1ab76b45de5aa78adca99f8
pkgname = igraph
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Denis Zawada <[email protected]>
pkgname=igraph
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
pkgdesc='A library for creating and manipulating (un)directed graphs'
arch=(x86_64)
url='https://igraph.org/c/'
@@ -21,7 +21,7 @@ depends=(arpack
makedepends=(cmake
git)
source=(git+https://github.com/igraph/igraph#tag=$pkgver)
-sha256sums=('93d3e15e295147b2e780713cb7bda8b601617aa9d50cfa3f03cfb3d42278d54b')
+sha256sums=('9973f43e5c3be003d74315c0f5a0671fa44ecf15a1ab76b45de5aa78adca99f8')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/3f4aca393735125dfaec2894aaa3c9062e49f2a0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/3f4aca393735125dfaec2894aaa3c9062e49f2a0
You're receiving this email because of your account on gitlab.archlinux.org.