Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
igraph


Commits:
dd778dc7 by Antonio Rojas at 2024-04-02T23:43:37+02:00
upgpkg: 0.10.11-1: Update to 0.10.11

- - - - -


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.10
+       pkgver = 0.10.11
        pkgrel = 1
        url = https://igraph.org/c/
        arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = igraph
        depends = lapack
        depends = libxml2
        depends = plfit
-       source = 
https://github.com/igraph/igraph/releases/download/0.10.10/igraph-0.10.10.tar.gz
-       sha256sums = 
6148f2e72a183ef5cd08324cccc73fa9eb8e54bb5a96c7f8f3c0465432ec2404
+       source = 
https://github.com/igraph/igraph/releases/download/0.10.11/igraph-0.10.11.tar.gz
+       sha256sums = 
f7aa3c7addce69538892c185055d59719ee1587f58ce0ae4fec8ddd072946d63
 
 pkgname = igraph


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Denis Zawada <d...@bajtogrod.pl>
 
 pkgname=igraph
-pkgver=0.10.10
+pkgver=0.10.11
 pkgrel=1
 pkgdesc='A library for creating and manipulating (un)directed graphs'
 arch=(x86_64)
@@ -20,7 +20,7 @@ depends=(arpack
          plfit)
 makedepends=(cmake)
 
source=(https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('6148f2e72a183ef5cd08324cccc73fa9eb8e54bb5a96c7f8f3c0465432ec2404')
+sha256sums=('f7aa3c7addce69538892c185055d59719ee1587f58ce0ae4fec8ddd072946d63')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/dd778dc7900a23cd466615868bbc6285816bde05

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/dd778dc7900a23cd466615868bbc6285816bde05
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to