summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Heap2022-02-01 10:19:21 +0000
committerMichael Heap2022-02-01 10:19:32 +0000
commit658ad32c56782e49cdab48e871b43f65795a7b4c (patch)
tree75d3f4fc3e0d4ba3f2ff5b11d3532b5c1fdfcb84
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`
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2efbe2eccff4..962345a15c18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = git-rook
url = https://github.com/mtdowling/git-rook
arch = any
license = MIT
- checkdepends = bash-bats
depends = git
source = git-rook-0.0.1::https://github.com/mtdowling/git-rook/archive/0.0.1.tar.gz
sha256sums = bc1bdea1c9a9d6e4b104294f4527ef705080cc821b1e0ff5df025ba3e1d30a2a
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')