summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhashworks2020-06-08 20:55:00 +0200
committerhashworks2020-06-08 20:55:00 +0200
commit69f87865f93cc160ee676f7c44be3cff692b477e (patch)
tree1785c42dd3e04a69837b98ffb62f9b14c5e7bf49 /PKGBUILD
parent2edc0afcb1008aa1985c4f07f7b9088133b5c585 (diff)
downloadaur-69f87865f93cc160ee676f7c44be3cff692b477e.tar.gz
'provides' should not contain 'terraformer' since it's implicit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bec3ec5aa611..1205aae21e70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,6 @@ pkgrel=1
pkgdesc="CLI tool to generate terraform files from existing infrastructure (reverse Terraform)"
license=('Apache')
arch=('x86_64')
-provides=('terraformer')
url='https://github.com/GoogleCloudPlatform/terraformer'
makedepends=('go')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")