summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2022-03-17 07:35:08 -0400
committergraysky2022-03-17 07:35:08 -0400
commitc22a19a8cdd33b1a12f5479417581d6b60f50b44 (patch)
tree0c92e98e59c59f844fda1105c44e434163eae16b
parent93c09c9d9ebc0d3382d50124ef43fd78d565f11a (diff)
downloadaur-c22a19a8cdd33b1a12f5479417581d6b60f50b44.tar.gz
Update to 4.0.0.r2198.g30ebf0964-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15156c4eaa3a..1aff332f9cc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lxc-git
pkgdesc = Linux Containers git version
- pkgver = 4.0.0.r1482.gd75ddd9b1
+ pkgver = 4.0.0.r2198.g30ebf0964
pkgrel = 1
url = https://linuxcontainers.org
arch = x86_64
@@ -28,9 +28,10 @@ pkgbase = lxc-git
conflicts = lxc
conflicts = lxc-git
options = emptydirs
+ options = debug
backup = etc/lxc/default.conf
backup = etc/default/lxc
- source = git://github.com/lxc/lxc
+ source = lxc::git+https://github.com/lxc/lxc.git
source = lxc.tmpfiles.d
source = lxc.service
source = lxc-auto.service
@@ -40,4 +41,3 @@ pkgbase = lxc-git
sha256sums = b31f8d6b301ab9901b43f2696bcd0babb32b96e4a59fab63a2d642e43bf26bb3
pkgname = lxc-git
-
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)