Search Criteria
Package Details: buf 1.13.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/buf.git (read-only, click to copy) |
---|---|
Package Base: | buf |
Description: | A new way of working with Protocol Buffers |
Upstream URL: | https://buf.build |
Keywords: | protobuf |
Licenses: | Apache |
Submitter: | amenzhinsky |
Maintainer: | doriable (buf) |
Last Packager: | buf |
Votes: | 6 |
Popularity: | 0.109101 |
First Submitted: | 2020-06-25 09:27 (UTC) |
Last Updated: | 2023-01-27 20:57 (UTC) |
Dependencies (1)
- go (go-git, go-go2go-git, go-beta, gcc-go-git, gcc-go) (make)
Latest Comments
nnovak commented on 2023-01-05 19:05 (UTC)
This diff to the PKGBUILD might make the package simpler to update in the future, as the version only needs to be updated in one place
fuhry commented on 2022-10-24 17:12 (UTC)
Go binaries are not architecture-independent, so this package should not use
arch=('any')
. Can it be changed toarch=('x86_64')
or, optionally, add inaarch64
andarmv7l
if you need to support ArchLinuxARM? Thank you!