add git to makedepends in PKGBUILD

This commit is contained in:
Carson McManus 2021-08-29 20:38:39 -04:00
parent 6d2b10022e
commit 6fa5e6d78a

View file

@ -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')