From 482311a2ba2c9fe274a11752b16c7a5c553599f2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 15 Jan 2023 20:05:07 +0100 Subject: arcus: fix _pinned_dependencies --- arcus/PKGBUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'arcus') diff --git a/arcus/PKGBUILD b/arcus/PKGBUILD index b0adadeb6..4ec448135 100644 --- a/arcus/PKGBUILD +++ b/arcus/PKGBUILD @@ -7,7 +7,7 @@ # upstreamed renamed to libarcus pkgname=arcus pkgver=5.0.0 -pkgrel=3 +pkgrel=1 pkgdesc="Communication library between internal components for Ultimaker software" url="https://github.com/Ultimaker/libArcus" arch=('x86_64') @@ -15,7 +15,13 @@ license=('LGPL') provides=('libarcus') conflicts=('libarcus') makedepends=('cmake' 'git' 'ninja') -depends=('python' 'protobuf') +_pinned_dependencies=( + 'gcc-libs=12.2.0' + 'glibc>=2.36' + 'libprotobuf.so=32' + 'python=3.10.9' +) +depends=('python' 'protobuf' "${_pinned_dependencies[@]}") options=('debug') source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz" protobuf-3.18.patch) -- cgit v1.2.3-54-g00ecf