Search Criteria
Package Details: bats-core-git v1.2.1.r16.gda118fd-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bats-core-git.git (read-only, click to copy) |
---|---|
Package Base: | bats-core-git |
Description: | Bash Automated Testing System |
Upstream URL: | https://github.com/bats-core/bats-core |
Licenses: | MIT |
Conflicts: | bash-bats |
Provides: | bash-bats |
Submitter: | schra |
Maintainer: | schra |
Last Packager: | schra |
Votes: | 2 |
Popularity: | 0.000001 |
First Submitted: | 2020-04-01 20:51 (UTC) |
Last Updated: | 2020-08-03 01:10 (UTC) |
Dependencies (2)
- bash (bash-devel-static-git, bash-git, bash-xdg, bash-devel-git)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
Required by (16)
- bash-bats-assert-git (requires bash-bats)
- bash-bats-detik (requires bash-bats)
- bash-bats-file (requires bash-bats)
- bash-bats-support-git (requires bash-bats)
- bash-preexec-git (requires bash-bats) (make)
- buildah-git (requires bash-bats) (make)
- cc-oci-runtime (requires bash-bats) (make)
- checkpointctl-git (requires bash-bats) (make)
- github-markdown-toc (requires bash-bats) (check)
- kore (requires bash-bats)
- mkinitcpio-git (requires bash-bats) (check)
- openvpn-unroot-git (requires bash-bats) (check)
- scap-security-guide (requires bash-bats) (make)
- scap-security-guide-git (requires bash-bats) (make)
- supercronic-git (requires bash-bats) (make)
- xdg-terminal-exec-git (requires bash-bats) (check)
Latest Comments
Matr1x-101 commented on 2022-07-06 14:29 (UTC)
Hey, for any VCS package, the "v" in the version needs to be cut off - https://wiki.archlinux.org/title/VCS_package_guidelines
so change
git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
togit describe --long 2>/dev/null | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'