Search Criteria
Package Details: clang-include-graph-git 0.2.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/clang-include-graph-git.git (read-only, click to copy) |
|---|---|
| Package Base: | clang-include-graph-git |
| Description: | A tool to generate include dependency graphs for C/C++ projects. |
| Upstream URL: | https://github.com/bkryza/clang-include-graph |
| Licenses: | MIT |
| Submitter: | 0_byte |
| Maintainer: | 0_byte |
| Last Packager: | 0_byte |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-09-07 13:41 (UTC) |
| Last Updated: | 2026-03-07 16:35 (UTC) |
Dependencies (8)
- boost-libs
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
Latest Comments
0_byte commented on 2026-03-07 16:40 (UTC)
@davispuh thanks for the info, your changes were implemented.
davispuh commented on 2026-03-07 15:19 (UTC)
This PKGBUILD is broken:
Also implementation is wrong.
-gitpackages should build from themainbranch and not specific version. For released version package should be named simply asclang-include-graph.Here is patch to fix current PKBUILD for proper `git version:
pkgver()function will always automatically fix package's version to be like0.2.0.r8.g7dc6ca5so it's not needed to updated manually.