[arch-commits] Commit in git-delta/trunk (PKGBUILD)
George Rawlinson
grawlinson at archlinux.org
Thu Jul 8 09:36:28 UTC 2021
Date: Thursday, July 8, 2021 @ 09:36:27
Author: grawlinson
Revision: 975764
upgpkg: delta
Tests fail unless git is added to checkdepends
Modified:
git-delta/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-08 09:07:47 UTC (rev 975763)
+++ PKGBUILD 2021-07-08 09:36:27 UTC (rev 975764)
@@ -12,6 +12,7 @@
license=('MIT')
depends=('libgit2')
makedepends=('rust')
+checkdepends=('git')
optdepends=(
'bash-completion: for shell auto-completion'
'zsh-completions: for shell auto-completion'
More information about the arch-commits
mailing list