Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
igraph
Commits:
44d25f62 by Antonio Rojas at 2024-11-06T21:46:29+01:00
upgpkg: 0.10.15-1: Update to 0.10.15
- - - - -
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.13
+ pkgver = 0.10.15
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.13
- sha256sums =
7fcf4c0fd8511ac30395467e0304d4b88cfde14e8f6ee3e0d446095dfbb01b68
+ source = git+https://github.com/igraph/igraph#tag=0.10.15
+ sha256sums =
6417ca3ac6a889065f1655a5d0d7c82bc7e64dfd1d06eef715e21586fea00504
pkgname = igraph
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Denis Zawada <[email protected]>
pkgname=igraph
-pkgver=0.10.13
+pkgver=0.10.15
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=('7fcf4c0fd8511ac30395467e0304d4b88cfde14e8f6ee3e0d446095dfbb01b68')
+sha256sums=('6417ca3ac6a889065f1655a5d0d7c82bc7e64dfd1d06eef715e21586fea00504')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/44d25f62774dda7b78cb00ba6100a443e2187f01
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/44d25f62774dda7b78cb00ba6100a443e2187f01
You're receiving this email because of your account on gitlab.archlinux.org.