diff options
-rw-r--r-- | arcus/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arcus/PKGBUILD b/arcus/PKGBUILD index 5ad3bfdb8..54f60d312 100644 --- a/arcus/PKGBUILD +++ b/arcus/PKGBUILD @@ -7,7 +7,7 @@ # upstreamed renamed to libarcus pkgname=arcus pkgver=5.0.0 -pkgrel=3 +pkgrel=4 pkgdesc="Communication library between internal components for Ultimaker software" url="https://github.com/Ultimaker/libArcus" arch=('x86_64') @@ -16,7 +16,7 @@ provides=('libarcus') conflicts=('libarcus') makedepends=('cmake' 'git' 'ninja') _pinned_dependencies=( - 'gcc-libs=13.1.1' + 'gcc-libs=12.2.1' 'glibc>=2.36' 'libprotobuf.so=32' ) |