summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Visser2021-05-31 08:56:47 +0200
committerJan Visser2021-05-31 08:56:47 +0200
commit4d657572090b1329e7445c912df857877ce2ae77 (patch)
tree28b816112e0da6f21cff384f8e2c4671f523d943
parent2ae769d8bd959e23c7a969dcb0a1d65f4c6af96d (diff)
downloadaur-4d657572090b1329e7445c912df857877ce2ae77.tar.gz
Add git to makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67386fe78023..3ee9f2a13ef9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="GNU Coreutils rewritten in Rust"
arch=('x86_64')
url='https://github.com/uutils/coreutils'
license=('MIT')
-makedepends=('rust' 'cargo' 'python-sphinx' 'cmake')
+makedepends=('git' 'rust' 'cargo' 'python-sphinx' 'cmake')
source=("git+https://github.com/uutils/coreutils.git")
sha512sums=('SKIP')