summaryrefslogtreecommitdiff
path: root/arcus
diff options
context:
space:
mode:
Diffstat (limited to 'arcus')
-rw-r--r--arcus/PKGBUILD10
1 files changed, 8 insertions, 2 deletions
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)