summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel M. Dutra2023-09-20 16:09:16 -0300
committerGabriel M. Dutra2023-09-20 16:09:16 -0300
commit7365463824db52e4ea119dbf57beb6ba36f67985 (patch)
tree28e44f37a50f472eb5f9056474339328d6628c11 /PKGBUILD
parented4cca273def058250feda01e9a0b79b2f8ee58f (diff)
downloadaur-opentofu-git.tar.gz
opentofu: adding go dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9cb3dcde0ec..ea8d6ac5cc0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="OSS tool for building, changing, and versioning infrastructure safely a
url='https://github.com/opentofu/opentofu'
arch=('x86_64')
license=('MPL2')
-makedepends=('git')
+makedepends=('git' 'go')
source=("git+${url}.git")
sha256sums=('SKIP')