* update lxc to 1:4.0.6-1

This commit is contained in:
Alexander Baldeck 2021-01-25 22:24:59 +01:00
parent c09f1f4265
commit 8923010252

View File

@ -7,10 +7,10 @@
pkgname=lxc
epoch=1
pkgver=4.0.5
pkgver=4.0.6
pkgrel=1
pkgdesc="Linux Containers"
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
url="https://linuxcontainers.org"
depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
makedepends=('docbook2x' 'lua' 'python-setuptools' 'apparmor')
@ -27,7 +27,7 @@ source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
"lxc.tmpfiles.d"
"lxc.service"
"lxc-auto.service")
sha256sums=('af2cd616d5ab689e5d2305361c6571b5e632afd7eaab1754cca1670446a2e6a4'
sha256sums=('9165dabc0bb6ef7f2fda2009aee90b20fbefe77ed8008347e9f06048eba1e463'
'SKIP'
'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
'bbe7e0447bc3bf5f75f312c34d647f5218024731628a5e8633b1ea1801ebe16b'
@ -56,6 +56,7 @@ build() {
--with-init-script=systemd \
--with-systemdsystemunitdir=/usr/lib/systemd/system \
--enable-pam \
--disable-werror \
--with-pamdir=/usr/lib/security
make
}