Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / igraph
Commits: f817d9cd by Antonio Rojas at 2025-09-20T09:00:25+02:00 upgpkg: 1.0.0-2: 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 = 0.10.17 - pkgrel = 1 + pkgver = 1.0.0 + pkgrel = 2 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=0.10.17 - sha256sums = b1248374fb06475edb3f48fd2c8247969af95f6d038a3278a6cf5ee94c418ad7 + source = git+https://github.com/igraph/igraph#tag=1.0.0 + sha256sums = 93d3e15e295147b2e780713cb7bda8b601617aa9d50cfa3f03cfb3d42278d54b pkgname = igraph ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Denis Zawada <d...@bajtogrod.pl> pkgname=igraph -pkgver=0.10.17 -pkgrel=1 +pkgver=1.0.0 +pkgrel=2 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=('b1248374fb06475edb3f48fd2c8247969af95f6d038a3278a6cf5ee94c418ad7') +sha256sums=('93d3e15e295147b2e780713cb7bda8b601617aa9d50cfa3f03cfb3d42278d54b') build() { cmake -B build -S $pkgname \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/f817d9cd179293e39ad54af8198f24b7a2ddfe58 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/f817d9cd179293e39ad54af8198f24b7a2ddfe58 You're receiving this email because of your account on gitlab.archlinux.org.