Date: Saturday, August 24, 2019 @ 22:29:55 Author: jleclanche Revision: 501608
upgpkg: terraform 0.12.7-1 Upstream release 0.12.7 Modified: terraform/trunk/PKGBUILD ----------+ PKGBUILD | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-24 22:27:17 UTC (rev 501607) +++ PKGBUILD 2019-08-24 22:29:55 UTC (rev 501608) @@ -2,8 +2,8 @@ # Maintainer: Christian Rebischke <[email protected]> pkgname=terraform -pkgver=0.12.6 -pkgrel=2 +pkgver=0.12.7 +pkgrel=1 pkgdesc="Tool for building, changing, and versioning infrastructure safely and efficiently" url="https://www.terraform.io/" arch=("x86_64") @@ -10,23 +10,23 @@ license=("MPL") makedepends=("go-pie") source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz") -sha512sums=('295ca012ab67b5cc4c32a450b2c3e61bc4635ab3c93a242ac457208e1230f12e7145b456ed944aa1b6d87ad18205320200926541dd274d5e162e4b0b9d4a8e90') -changelog=CHANGELOG.md +sha256sums=("1c4b04e219de9325b3c018679004795fd90c4f5148c6249ff43b156e35f58d56") +changelog="CHANGELOG.md" prepare() { - export GOPATH="${srcdir}" - export PATH="$PATH:$GOPATH/bin" - mkdir -p src/github.com/hashicorp/ - mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname} + export GOPATH="${srcdir}" + export PATH="$PATH:$GOPATH/bin" + mkdir -p src/github.com/hashicorp/ + mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname} } build() { - cd src/github.com/hashicorp/"${pkgname}" - go build -o terraform-binary + cd src/github.com/hashicorp/"${pkgname}" + go build -o terraform-binary } package() { - cd src/github.com/hashicorp/"${pkgname}" - install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform" - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + cd src/github.com/hashicorp/"${pkgname}" + install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform" + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }
