George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
lib3mf
Commits:
5574ba71 by George Rawlinson at 2025-03-19T19:47:26+13:00
upgpkg: 2.3.2-3
Fix incorrect replaces directive.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lib3mf
pkgdesc = Implementation of the 3D Manufacturing Format file standard
pkgver = 2.3.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/3MFConsortium/lib3mf
arch = x86_64
license = BSD-2-Clause
@@ -14,7 +14,6 @@ pkgbase = lib3mf
depends = libzip
depends = util-linux-libs
depends = zlib
- replaces = lib3mf-1
options = !lto
source = lib3mf::git+https://github.com/3MFConsortium/lib3mf#tag=v2.3.2
source = __init__.py
@@ -25,6 +24,7 @@ pkgbase = lib3mf
pkgname = lib3mf
optdepends = python-lib3mf: Python bindings
+ replaces = lib3mf-1
pkgname = python-lib3mf
pkgdesc = Python bindings for lib3mf
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgbase=lib3mf
pkgname=({,python-}lib3mf)
pkgver=2.3.2
-pkgrel=2
+pkgrel=3
pkgdesc='Implementation of the 3D Manufacturing Format file standard'
arch=('x86_64')
url='https://github.com/3MFConsortium/lib3mf'
@@ -16,9 +16,12 @@ depends=(
'util-linux-libs'
'zlib'
)
-makedepends=('git' 'cmake' 'python')
+makedepends=(
+ 'git'
+ 'cmake'
+ 'python'
+)
checkdepends=('gtest')
-replaces=('lib3mf-1')
options=('!lto')
source=(
"$pkgbase::git+$url#tag=v$pkgver"
@@ -55,6 +58,7 @@ build() {
package_lib3mf() {
optdepends=('python-lib3mf: Python bindings')
+ replaces=('lib3mf-1')
DESTDIR="$pkgdir" cmake --install build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib3mf/-/commit/5574ba717940649fca8ff3ba2942791e2ad69941
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib3mf/-/commit/5574ba717940649fca8ff3ba2942791e2ad69941
You're receiving this email because of your account on gitlab.archlinux.org.