Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
igraph
Commits:
c621554b by Antonio Rojas at 2024-02-02T16:17:18+01:00
upgpkg: 0.10.9-1: Update to 0.10.9
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = igraph
pkgdesc = A library for creating and manipulating (un)directed graphs
- pkgver = 0.10.8
+ pkgver = 0.10.9
pkgrel = 1
url = https://igraph.org/c/
arch = x86_64
- license = GPL2
+ license = GPL-2.0-only
makedepends = cmake
depends = arpack
depends = blas
@@ -15,7 +15,7 @@ pkgbase = igraph
depends = lapack
depends = libxml2
depends = plfit
- source =
https://github.com/igraph/igraph/releases/download/0.10.8/igraph-0.10.8.tar.gz
- sha256sums =
ac5fa94ae6fd1eace651e4b235e99c056479a5c5d0d641aed30240ac33b19403
+ source =
https://github.com/igraph/igraph/releases/download/0.10.9/igraph-0.10.9.tar.gz
+ sha256sums =
cade6db7edbd7b6f715706c88ac51cb95dd27512ce5bdc736dcdcb2efcacb5cc
pkgname = igraph
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
# Contributor: Denis Zawada <[email protected]>
pkgname=igraph
-pkgver=0.10.8
+pkgver=0.10.9
pkgrel=1
pkgdesc='A library for creating and manipulating (un)directed graphs'
arch=(x86_64)
url='https://igraph.org/c/'
-license=(GPL2)
+license=(GPL-2.0-only)
depends=(arpack
blas
gcc-libs
@@ -20,7 +20,7 @@ depends=(arpack
plfit)
makedepends=(cmake)
source=(https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('ac5fa94ae6fd1eace651e4b235e99c056479a5c5d0d641aed30240ac33b19403')
+sha256sums=('cade6db7edbd7b6f715706c88ac51cb95dd27512ce5bdc736dcdcb2efcacb5cc')
build() {
cmake -B build -S $pkgname-$pkgver \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/c621554ba5dc9bde23407a68b92712659647b0db
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/c621554ba5dc9bde23407a68b92712659647b0db
You're receiving this email because of your account on gitlab.archlinux.org.