David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
maelstrom


Commits:
05171e59 by Acid Xeon at 2025-02-11T06:00:56-05:00
Add protobuf as makedepends

Currently build with a vendored one [1], replace with the system one instead.

[1] 
https://github.com/maelstrom-software/maelstrom/blob/v0.12.0/crates/maelstrom-client-base/build.rs#L5-L23

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -9,6 +9,7 @@ pkgbase = maelstrom
        makedepends = glibc
        makedepends = git
        makedepends = openssl
+       makedepends = protobuf
        makedepends = rust
        options = !lto
        source = 
maelstrom::git+https://github.com/maelstrom-software/maelstrom#tag=v0.12.0


=====================================
PKGBUILD
=====================================
@@ -22,6 +22,7 @@ makedepends=(
   glibc
   git
   openssl
+  protobuf
   rust
 )
 options=(!lto)  # the project uses ring



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/maelstrom/-/commit/05171e59f73247585eba9955e64f62c4aa09af9a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/maelstrom/-/commit/05171e59f73247585eba9955e64f62c4aa09af9a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to