summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaikel Wever2017-04-14 13:28:04 +0200
committerMaikel Wever2017-04-14 13:28:04 +0200
commitf4a000cc3e2e9e8a9a60163de47fa629a3783ae3 (patch)
tree9beed46ee8ef01d7fbcf85838c5d9f040b04af2f
parentf08ff96aac4a34e95f9872dd28b918d514542857 (diff)
downloadaur-f4a000cc3e2e9e8a9a60163de47fa629a3783ae3.tar.gz
Fix new go version building, update to 2.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e2585378d12..f905333cfa50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 9 13:51:21 UTC 2017
+# Fri Apr 14 11:25:10 UTC 2017
pkgbase = lxd
pkgdesc = REST API, command line tool and OpenStack integration plugin for LXC.
- pkgver = 2.10.1
+ pkgver = 2.12
pkgrel = 1
url = https://github.com/lxc/lxd
arch = x86_64
@@ -20,14 +20,14 @@ pkgbase = lxd
conflicts = lxd-lts
options = !strip
options = !emptydirs
- source = https://github.com/lxc/lxd/archive/lxd-2.10.1.tar.gz
+ source = https://github.com/lxc/lxd/archive/lxd-2.12.tar.gz
source = lxd.service
source = dnsmasq-lxd.conf
source = dnsmasq@lxd.service
source = lxd.netctl
source = dbus-dnsmasq-lxd.conf
source = networkmanager-dnsmasq-lxd.conf
- md5sums = 4c997e5eb9fabe14bc5033b500b6ba0f
+ md5sums = 2b9fefb50cabcc2abddbfc368c7ecbf0
md5sums = 5dde136f2fbcdf5773a011a39c82cfc6
md5sums = b1fd16933c1b24aaa9ccc8f5a0e6478c
md5sums = f2bc527eabb1fdba810b0393ee41edd4
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() {