summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmanuele 'Lele' Calo2018-11-19 00:11:08 +0100
committerEmanuele 'Lele' Calo2018-11-19 00:11:08 +0100
commit4556f6880ed3fa566e809004c5f31ec5919ecf5b (patch)
treeaa552be7b2d49e71b67e368f5114891cea40e4ea /PKGBUILD
parentf37ebe1be0da69a6cce2ec12aaa619539c82551b (diff)
downloadaur-4556f6880ed3fa566e809004c5f31ec5919ecf5b.tar.gz
Updated to 0.5.0, removed i686
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1675c470554c..5c4d3be2791a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Submitter: Pascal Potvin <pascal dot potvin at gmail dot com>
pkgname=terraform-provider-libvirt
-pkgver=0.4.4
+pkgver=0.5.0
pkgrel=1
pkgdesc="Terraform provider to provision infrastructure with Linux's KVM using libvirt"
url="https://github.com/dmacvicar/terraform-provider-libvirt"
-arch=("i686" "x86_64")
+arch=("x86_64")
license=("apache")
makedepends=("go" "git")
_namespace="github.com/dmacvicar/"
depends=("terraform" "libvirt")
source=("https://github.com/dmacvicar/terraform-provider-libvirt/archive/v$pkgver.tar.gz")
-sha256sums=('6d54608c29b4d708bd8b145655e26e21af1e43ea12e9c175f5834cc098c7c86b')
+sha256sums=('46476dfcfc87f455aa5050d40338549bb9edd5aa65885635abdf066e50c43e4d')
prepare() {
GOPATH="$(pwd)/go"