summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaikel Wever2017-04-14 13:28:04 +0200
committerMaikel Wever2017-04-14 13:28:04 +0200
commitf4a000cc3e2e9e8a9a60163de47fa629a3783ae3 (patch)
tree9beed46ee8ef01d7fbcf85838c5d9f040b04af2f /PKGBUILD
parentf08ff96aac4a34e95f9872dd28b918d514542857 (diff)
downloadaur-f4a000cc3e2e9e8a9a60163de47fa629a3783ae3.tar.gz
Fix new go version building, update to 2.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 515cd6444bbe..8bd5595fece3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Benjamin Asbach <archlinux-aur.lxd@impl.it>
pkgname=lxd
-pkgver=2.10.1
+pkgver=2.12
pkgrel=1
pkgdesc="REST API, command line tool and OpenStack integration plugin for LXC."
arch=('x86_64')
@@ -30,7 +30,7 @@ source=(
"networkmanager-dnsmasq-lxd.conf"
)
-md5sums=('4c997e5eb9fabe14bc5033b500b6ba0f'
+md5sums=('2b9fefb50cabcc2abddbfc368c7ecbf0'
'5dde136f2fbcdf5773a011a39c82cfc6'
'b1fd16933c1b24aaa9ccc8f5a0e6478c'
'f2bc527eabb1fdba810b0393ee41edd4'
@@ -49,7 +49,7 @@ build() {
# https://github.com/niemeyer/gopkg/issues/50
git config --global http.https://gopkg.in.followRedirects true
- GOPATH="$srcdir" make
+ GOPATH="$srcdir" GOBIN="$srcdir/bin" make
}
package() {