George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
lib3mf
Commits:
2ddf74a4 by George Rawlinson at 2026-02-15T07:27:32+00:00
upgpkg: 2.4.1-4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lib3mf
pkgdesc = Implementation of the 3D Manufacturing Format file standard
pkgver = 2.4.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/3MFConsortium/lib3mf
arch = x86_64
license = BSD-2-Clause
@@ -10,7 +10,8 @@ pkgbase = lib3mf
makedepends = cmake
makedepends = python
makedepends = ninja
- depends = gcc-libs
+ depends = libgcc
+ depends = libstdc++
depends = glibc
depends = libzip
depends = util-linux-libs
=====================================
PKGBUILD
=====================================
@@ -4,13 +4,14 @@
pkgbase=lib3mf
pkgname=({,python-}lib3mf)
pkgver=2.4.1
-pkgrel=3
+pkgrel=4
pkgdesc='Implementation of the 3D Manufacturing Format file standard'
arch=(x86_64)
url='https://github.com/3MFConsortium/lib3mf'
license=(BSD-2-Clause)
depends=(
- gcc-libs
+ libgcc
+ libstdc++
glibc
libzip
util-linux-libs
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib3mf/-/commit/2ddf74a4e8df3f297b5adc15f3b8ef930c140eeb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib3mf/-/commit/2ddf74a4e8df3f297b5adc15f3b8ef930c140eeb
You're receiving this email because of your account on gitlab.archlinux.org.