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: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-04-01 20:51 (UTC) |
Last Updated: | 2020-08-03 01:10 (UTC) |
Dependencies (2)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (9)
- bash-bats-assert-git (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)
- kore (requires bash-bats)
- openvpn-unroot-git (requires bash-bats) (check)
- scap-security-guide-git (requires bash-bats) (make)
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'