Search Criteria
Package Details: kafkacat-avro-git r257.e982568-1
Git Clone URL: | https://aur.archlinux.org/kafkacat-avro-git.git (read-only, click to copy) |
---|---|
Package Base: | kafkacat-avro-git |
Description: | Apache Kafka command line producer and consumer with Avro support |
Upstream URL: | https://github.com/edenhill/kafkacat |
Licenses: | BSD |
Conflicts: | kafkacat, kafkacat-git |
Provides: | kafkacat |
Submitter: | noderat |
Maintainer: | None |
Last Packager: | noderat |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-04-16 16:27 (UTC) |
Last Updated: | 2020-04-16 16:27 (UTC) |
Dependencies (7)
- avro-c (avro-c-git)
- glibc (glibc-widevine, glibc-git, glibc-linux4)
- librdkafka (librdkafka-git, librdkafka1)
- libserdes (libserdes-git)
- yajl-edenhill (yajl-edenhill-git)
- zlib (zlib-ng-compat-git, zlib-git, zlib-ng-compat)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
Latest Comments
MarsSeed commented on 2023-06-28 18:17 (UTC) (edited on 2023-06-28 18:17 (UTC) by MarsSeed)
Please change
pkgver()
to be based on Git tags.You should use an enhanced, targeted (filtered)
pkgver()
implementation (like the one here).Because you need to make sure to ignore the git repo's tags like the
debian/*
ones.After doing this enhancement, please replace the provides with the following variant (and leave the current conflicts array unchanged):
discord commented on 2023-01-13 21:41 (UTC)
Flagged out of date because yajl not marked as dependency (as mentioned below). Also need to add aarch64 to the PKGBUILD as I tested the build.
zaidan commented on 2022-07-13 08:41 (UTC)
Please change yajl-edenhill dependency to yajl: https://archlinux.org/packages/extra/x86_64/yajl/
According to kafkacat documentation, there is no special yajl fork mentioned and edenhill has only one small extra commit: https://github.com/lloyd/yajl/compare/master...edenhill:yajl:edenhill