[arch-commits] Commit in lxc/trunk (PKGBUILD)
Sergej Pupykin
spupykin at gemini.archlinux.org
Mon Jun 20 21:03:47 UTC 2022
Date: Monday, June 20, 2022 @ 21:03:47
Author: spupykin
Revision: 1238722
upgpkg: lxc 1:5.0.0-2
/sbin -> /usr/bin
Modified:
lxc/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-20 21:01:51 UTC (rev 1238721)
+++ PKGBUILD 2022-06-20 21:03:47 UTC (rev 1238722)
@@ -8,12 +8,12 @@
pkgname=lxc
epoch=1
pkgver=5.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Linux Containers"
arch=('x86_64')
url="https://linuxcontainers.org"
depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
-makedepends=('docbook2x' 'lua' 'python-setuptools' 'apparmor' 'meson' 'ninja')
+makedepends=('docbook2x' 'lua' 'python-setuptools' 'apparmor' 'meson')
optdepends=('dnsmasq: lxc-net.service'
'lua'
'lua-filesystem: lxc-top'
@@ -40,7 +40,7 @@
build() {
cd "$pkgname-${pkgver/_/-}"
- meson --prefix=/usr --buildtype=plain . build
+ meson --prefix=/usr --sbindir=/usr/bin --buildtype=plain . build
meson compile -C build
}
More information about the arch-commits
mailing list