summarylogtreecommitdiffstats
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
parented4cca273def058250feda01e9a0b79b2f8ee58f (diff)
downloadaur-7365463824db52e4ea119dbf57beb6ba36f67985.tar.gz
opentofu: adding go dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d003b5625cd..af715dba8e89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = opentofu-git
arch = x86_64
license = MPL2
makedepends = git
+ makedepends = go
source = git+https://github.com/opentofu/opentofu.git
sha256sums = SKIP
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')