Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
sirocco
Commits:
510961ac by Antonio Rojas at 2026-05-27T20:17:41+02:00
upgpkg: 2.1.1-2: gcc-libs--
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
pkgbase = sirocco
pkgdesc = C++ library that allows to compute piecewise linear
approximations of the path followed by the root of a complex polynomial
pkgver = 2.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/miguelmarco/SIROCCO2
arch = x86_64
license = GPL-3.0-or-later
makedepends = git
- depends = gcc-libs
depends = glibc
+ depends = libgcc
+ depends = libstdc++
depends = mpfr
source = git+https://github.com/miguelmarco/SIROCCO2#tag=2.1.1
sha256sums =
b8834acb165469c1c21e5468963f98c055005280110813b1b9da8e7312f028be
=====================================
PKGBUILD
=====================================
@@ -2,13 +2,14 @@
pkgname=sirocco
pkgver=2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='C++ library that allows to compute piecewise linear approximations of
the path followed by the root of a complex polynomial'
arch=(x86_64)
url='https://github.com/miguelmarco/SIROCCO2'
license=(GPL-3.0-or-later)
-depends=(gcc-libs
- glibc
+depends=(glibc
+ libgcc
+ libstdc++
mpfr)
makedepends=(git)
source=(git+https://github.com/miguelmarco/SIROCCO2#tag=$pkgver)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sirocco/-/commit/510961acce30e8a94d49a33161d157d7222c3de8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sirocco/-/commit/510961acce30e8a94d49a33161d157d7222c3de8
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