summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Heap2022-02-01 10:19:21 +0000
committerMichael Heap2022-02-01 10:19:32 +0000
commit658ad32c56782e49cdab48e871b43f65795a7b4c (patch)
tree75d3f4fc3e0d4ba3f2ff5b11d3532b5c1fdfcb84 /PKGBUILD
parentf483f9aa19b7159725099a90b6fce5889930d8bf (diff)
downloadaur-git-rook.tar.gz
Remove bash-bats from checkdepends
The source code bundles it's own version in `test` which is run via `make test`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f71b7ce1ca5d..2966326b218a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ arch=('any')
url="https://github.com/mtdowling/git-rook"
license=('MIT')
depends=('git')
-checkdepends=('bash-bats')
source=("$pkgname-$pkgver::https://github.com/mtdowling/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('bc1bdea1c9a9d6e4b104294f4527ef705080cc821b1e0ff5df025ba3e1d30a2a')