[arch-commits] Commit in terraform-provider-libvirt/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Tue Feb 16 09:15:10 UTC 2021


    Date: Tuesday, February 16, 2021 @ 09:15:10
  Author: dvzrv
Revision: 862268

upgpkg: terraform-provider-libvirt 0.6.3-2: Rebuild to add optdepends.

Add cdrtools to optdepends for the generation of cloud-init images:
https://bugs.archlinux.org/task/69652

Modified:
  terraform-provider-libvirt/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-16 09:15:08 UTC (rev 862267)
+++ PKGBUILD	2021-02-16 09:15:10 UTC (rev 862268)
@@ -2,7 +2,7 @@
 
 pkgname=terraform-provider-libvirt
 pkgver=0.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Terraform provider to provision infrastructure with Linux's KVM using libvirt"
 arch=("x86_64")
 url="https://github.com/dmacvicar/terraform-provider-libvirt"
@@ -9,6 +9,7 @@
 license=('Apache')
 depends=('glibc' 'terraform')
 makedepends=('go' 'git' 'libvirt')
+optdepends=('cdrtools: for generating cloud-init images')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dmacvicar/${pkgname}/archive/v$pkgver.tar.gz")
 sha512sums=('06f9283a30f6739dc879e592834a703e6e5e4766cd406ec51f40fb96f8b47291e2ef004a90e2724f61fc60405aa3927fd9ae8ccc097fba4546fb9fbdc1b1673d')
 b2sums=('a62a5aee5c780d63cdea9f924e5e7abd21ee9af575f13ade6b894c2b58be5968cd05cd5019d3345f39d720bbfb346f95b1a4a93a6dd4853b6a59a58b4c0209ab')



More information about the arch-commits mailing list