summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2023-01-15 07:58:05 -0500
committergraysky2023-01-15 07:58:05 -0500
commit7afb1d19341301d606e29f59453a9ce4aa242871 (patch)
tree8a78fd17788c3eda06a3046d63eefc26e13cc144
parentd47eddf6d9b2ef7acc44ef7233fba91c7fa0df59 (diff)
downloadaur-lxc-git.tar.gz
Update to lxc.5.0.0.130-1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79a1119ca047..d629d96c9da2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lxc-git
pkgdesc = Linux Containers git version
- pkgver = lxc.5.0.0.6
+ pkgver = lxc.5.0.0.130
pkgrel = 1
url = https://linuxcontainers.org
arch = x86_64
@@ -30,7 +30,6 @@ pkgbase = lxc-git
conflicts = lxc
conflicts = lxc-git
options = emptydirs
- options = debug
backup = etc/lxc/default.conf
backup = etc/default/lxc
source = git+https://github.com/lxc/lxc
diff --git a/PKGBUILD b/PKGBUILD
index 90732d272a53..af7b35e83256 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=lxc-git
_pkgname=lxc
-pkgver=lxc.5.0.0.6
+pkgver=lxc.5.0.0.130
pkgrel=1
pkgdesc="Linux Containers git version"
arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -19,7 +19,7 @@ optdepends=('dnsmasq: lxc-net.service'
'lua-filesystem: lxc-top'
'lua-alt-getopt: lxc-top')
license=('LGPL')
-options=('emptydirs' 'debug')
+options=('emptydirs')
backup=('etc/lxc/default.conf'
'etc/default/lxc')
provides=($_pkgname)