diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-18 10:25:03 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-18 10:25:03 +0100 |
commit | d8c082c8f2d48211f987b031536e7b88772ce447 (patch) | |
tree | b49d154c23de85b4276698911d60920158f9c717 /arcus/PKGBUILD | |
parent | 7e43d16f6c06ee111a779d716b51940fb1b1c103 (diff) | |
download | archlinuxewe-d8c082c8f2d48211f987b031536e7b88772ce447.tar.xz |
arcus: rebuild
Diffstat (limited to 'arcus/PKGBUILD')
-rw-r--r-- | arcus/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arcus/PKGBUILD b/arcus/PKGBUILD index 0c651e82b..6d6c30a1c 100644 --- a/arcus/PKGBUILD +++ b/arcus/PKGBUILD @@ -7,7 +7,7 @@ # upstreamed renamed to libarcus pkgname=arcus pkgver=5.0.0 -pkgrel=1 +pkgrel=2 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=12.2.0' + 'gcc-libs=12.2.1' 'glibc>=2.36' 'libprotobuf.so=32' ) |