From 6fa5e6d78a998b4a28c652700d5078c7eeab02f2 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sun, 29 Aug 2021 20:38:39 -0400 Subject: [PATCH] add git to makedepends in PKGBUILD --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 08ea6a3..daeae9e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="A command line utility to generate Steam 2FA codes and respond to confi arch=('i686' 'x86_64' 'armv6h' 'armv7h') url="https://github.com/dyc3/steamguard-cli" license=('GPL3') -makedepends=('rust' 'cargo') +makedepends=('rust' 'cargo' 'git') source=("git+https://github.com/dyc3/steamguard-cli.git") sha256sums=('SKIP')