summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2022-03-17 07:35:08 -0400
committergraysky2022-03-17 07:35:08 -0400
commitc22a19a8cdd33b1a12f5479417581d6b60f50b44 (patch)
tree0c92e98e59c59f844fda1105c44e434163eae16b /PKGBUILD
parent93c09c9d9ebc0d3382d50124ef43fd78d565f11a (diff)
downloadaur-c22a19a8cdd33b1a12f5479417581d6b60f50b44.tar.gz
Update to 4.0.0.r2198.g30ebf0964-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d4970cd3ba4..9597f0ca4a1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=lxc-git
_pkgname=lxc
-pkgver=4.0.0.r1482.gd75ddd9b1
+pkgver=4.0.0.r2198.g30ebf0964
pkgrel=1
pkgdesc="Linux Containers git version"
arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -19,16 +19,14 @@ optdepends=('dnsmasq: lxc-net.service'
'lua-filesystem: lxc-top'
'lua-alt-getopt: lxc-top')
license=('LGPL')
-options=('emptydirs')
+options=('emptydirs' 'debug')
backup=('etc/lxc/default.conf'
'etc/default/lxc')
provides=($_pkgname)
conflicts=($_pkgname lxc-git)
source=(
- git://github.com/lxc/lxc
- # to build from the stable branch instead of master use
- # git://github.com/lxc/lxc#branch=stable-4.0
+ lxc::git+https://github.com/lxc/lxc.git
lxc.tmpfiles.d
lxc.service
lxc-auto.service)