summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaikel Wever2019-08-21 19:51:59 +0200
committerMaikel Wever2019-08-21 19:51:59 +0200
commitd7a8881d11bd395a8185166bcd9a1398cd8ef03b (patch)
treeceb2c6c9e154a2dc6bc5d19b35c0eae4c69a1291 /PKGBUILD
parent00865351a24b90d7a3cfc989555a1a0048a24f81 (diff)
downloadaur-d7a8881d11bd395a8185166bcd9a1398cd8ef03b.tar.gz
Fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96055a82d589..057386b11d25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=lxd
_pkgname=lxd
pkgver=3.16
-pkgrel=1
+pkgrel=2
pkgdesc="REST API, command line tool and OpenStack integration plugin for LXC."
arch=('x86_64')
url="https://github.com/lxc/lxd"
@@ -78,7 +78,7 @@ package() {
patchelf --set-rpath "/usr/lib/lxd" "${pkgdir}/usr/bin/lxd"
cp --no-dereference --preserve=timestamps \
"${go_deps_dir}/sqlite/.libs/"libsqlite3.so* \
- "${go_deps_dir}/libco/libco.so" \
+ "${go_deps_dir}/libco/libco.so.0.1.0" \
"${go_deps_dir}/raft/.libs/"libraft.so* \
"${go_deps_dir}/dqlite/.libs/"libdqlite.so* \
"${pkgdir}/usr/lib/lxd"