diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-02 09:35:19 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-02 09:35:19 +0200 |
commit | 63166bcf49c2ac4ad67fb568f856899368e5b949 (patch) | |
tree | 35525c99b339a5da3097419af5a421d54e1932bf | |
parent | eba30d412cb32076d4ae8ac49e6f3c36399fcd31 (diff) | |
download | archlinuxewe-63166bcf49c2ac4ad67fb568f856899368e5b949.tar.xz |
arcus: rebuild
-rw-r--r-- | arcus/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arcus/PKGBUILD b/arcus/PKGBUILD index 51325b4d6..332d5e106 100644 --- a/arcus/PKGBUILD +++ b/arcus/PKGBUILD @@ -7,7 +7,7 @@ # upstreamed renamed to libarcus pkgname=arcus pkgver=5.0.0 -pkgrel=6 +pkgrel=7 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=13.2.1' 'glibc>=2.36' 'libprotobuf.so=23' ) |