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


Commits:
3019d826 by Antonio Rojas at 2026-05-24T13:36:45+02:00
upgpkg: 1.0.1-2: gcc-libs--

- - - - -


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.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://igraph.org/c/
        arch = x86_64
        license = GPL-2.0-only
@@ -9,11 +9,13 @@ pkgbase = igraph
        makedepends = git
        depends = arpack
        depends = blas
-       depends = gcc-libs
        depends = glibc
        depends = glpk
        depends = gmp
        depends = lapack
+       depends = libgcc
+       depends = libgomp
+       depends = libstdc++
        depends = libxml2
        depends = plfit
        source = git+https://github.com/igraph/igraph#tag=1.0.1


=====================================
PKGBUILD
=====================================
@@ -4,18 +4,20 @@
 
 pkgname=igraph
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A library for creating and manipulating (un)directed graphs'
 arch=(x86_64)
 url='https://igraph.org/c/'
 license=(GPL-2.0-only)
 depends=(arpack
          blas
-         gcc-libs
          glibc
          glpk
          gmp
          lapack
+         libgcc
+         libgomp
+         libstdc++
          libxml2
          plfit)
 makedepends=(cmake



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/3019d82629d984408dafd48f3b4fbd34a2228279
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to