summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2021-02-03 08:38:35 -0500
committergraysky2021-02-03 08:38:35 -0500
commitfd4695dbbddd880492c3ec73ca634c06d050e5bb (patch)
treeb02a56841d74b908ce3db453bfe734cf95ffcad9 /PKGBUILD
parente326c001077bddfd950262a9d864fac546422610 (diff)
downloadaur-fd4695dbbddd880492c3ec73ca634c06d050e5bb.tar.gz
Update to 4.0.0.r873.g07f89a4fa-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96376ac6ef91..c026fc9c535a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
pkgname=lxc-git
_pkgname=lxc
-pkgver=4.0.0.r682.gbfcd663fc
+pkgver=4.0.0.r873.g07f89a4fa
pkgrel=1
pkgdesc="Linux Containers git version"
arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://linuxcontainers.org"
depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
-makedepends=('docbook2x' 'lua' 'python-setuptools' 'git')
+makedepends=('docbook2x' 'lua' 'python-setuptools' 'apparmor' 'git')
optdepends=('dnsmasq: lxc-net.service'
'lua'
'lua-filesystem: lxc-top'
@@ -60,7 +60,6 @@ build() {
--enable-apparmor \
--enable-seccomp \
--enable-capabilities \
- --disable-werror \
--with-init-script=systemd \
--with-systemdsystemunitdir=/usr/lib/systemd/system \
--enable-pam \