add git to makedepends in PKGBUILD
This commit is contained in:
parent
6d2b10022e
commit
6fa5e6d78a
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue