summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)