[arch-commits] Commit in lxc/trunk (PKGBUILD)

Sergej Pupykin spupykin at gemini.archlinux.org
Mon Jun 20 23:35:30 UTC 2022


    Date: Monday, June 20, 2022 @ 23:35:30
  Author: spupykin
Revision: 1238746

upgpkg: lxc 1:5.0.0-3
libexec -> usr/lib

Modified:
  lxc/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-20 23:27:22 UTC (rev 1238745)
+++ PKGBUILD	2022-06-20 23:35:30 UTC (rev 1238746)
@@ -8,11 +8,11 @@
 pkgname=lxc
 epoch=1
 pkgver=5.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Linux Containers"
 arch=('x86_64')
 url="https://linuxcontainers.org"
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
+depends=('systemd' 'bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
 makedepends=('docbook2x' 'lua' 'python-setuptools' 'apparmor' 'meson')
 optdepends=('dnsmasq: lxc-net.service'
 	    'lua'
@@ -40,7 +40,7 @@
 
 build() {
   cd "$pkgname-${pkgver/_/-}"
-  meson --prefix=/usr --sbindir=/usr/bin --buildtype=plain . build
+  meson --prefix=/usr --libexecdir=/usr/lib --sbindir=/usr/bin --buildtype=plain . build
   meson compile -C build
 }
 



More information about the arch-commits mailing list