summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d981da56c04f..cb4481fa573c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lxc-anbox
pkgdesc = Linux Containers (for anbox)
pkgver = 4.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://linuxcontainers.org
arch = x86_64
license = LGPL
@@ -20,7 +20,7 @@ pkgbase = lxc-anbox
optdepends = lua
optdepends = lua-filesystem: lxc-top
optdepends = lua-alt-getopt: lxc-top
- provides = lxc=1:4.0.6
+ provides = lxc=4.0.6
conflicts = lxc
conflicts = lxc-git
options = emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index f1c84f7b7d9e..3e09cf5c2cbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@
pkgname=lxc-anbox
pkgver=4.0.6
-pkgrel=1
+pkgrel=2
pkgdesc="Linux Containers (for anbox)"
arch=('x86_64')
url="https://linuxcontainers.org"
-provides=('lxc=1:4.0.6')
+provides=('lxc=4.0.6')
conflicts=('lxc' 'lxc-git')
depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
makedepends=('docbook2x' 'lua' 'python-setuptools' 'apparmor')