Christian Rebischke pushed to branch main at Arch Linux / Packaging / Packages 
/ terragrunt


Commits:
f31c9ac1 by Christian Rebischke at 2025-03-07T23:17:20+01:00
upgpkg: 0.75.2-2

Remove hard terraform dependency. Add opentofu and terraform as optional 
dependencies.
This is a temporary solution until we have a virtual terraform package

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,15 @@
 pkgbase = terragrunt
-       pkgdesc = Thin wrapper for Terraform that provides extra tools for 
working with multiple Terraform modules
+       pkgdesc = Thin wrapper for Terraform and Opentofu for working with 
multiple modules
        pkgver = 0.75.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/gruntwork-io/terragrunt
        arch = x86_64
        license = MIT
        makedepends = git
        makedepends = go
        depends = glibc
-       depends = terraform
+       optdepends = opentofu: open terraform fork
+       optdepends = terraform: hashicorp terraform
        options = !lto
        source = 
https://github.com/gruntwork-io/terragrunt/archive/v0.75.2/terragrunt-0.75.2.tar.gz
        sha256sums = 
670b3aa270da43e72f13025118c1d1a6df66a153258c6e576d661d7c32dc06ce


=====================================
PKGBUILD
=====================================
@@ -4,12 +4,13 @@
 
 pkgname=terragrunt
 pkgver=0.75.2
-pkgrel=1
-pkgdesc='Thin wrapper for Terraform that provides extra tools for working with 
multiple Terraform modules'
+pkgrel=2
+pkgdesc='Thin wrapper for Terraform and Opentofu for working with multiple 
modules'
 url='https://github.com/gruntwork-io/terragrunt'
 arch=('x86_64')
 makedepends=('git' 'go')
-depends=('glibc' 'terraform')
+depends=('glibc')
+optdepends=('opentofu: open terraform fork' 'terraform: hashicorp terraform')
 license=('MIT')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('670b3aa270da43e72f13025118c1d1a6df66a153258c6e576d661d7c32dc06ce')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/terragrunt/-/commit/f31c9ac11e36677cfb4d9ff059f48b902a982dd2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/terragrunt/-/commit/f31c9ac11e36677cfb4d9ff059f48b902a982dd2
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to