summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoman Rader2018-03-31 11:14:08 +0300
committerRoman Rader2018-03-31 11:14:08 +0300
commit67fd8c90cefa7b9e61d3cced6fc357ad5bc60680 (patch)
treea6a28bce191cbc4d278c439a2ab75f0c1e9b472c /PKGBUILD
parent55db26e828a0c1569931a2d7f3e6d31b31467743 (diff)
downloadaur-vagga-bin.tar.gz
Remove optional dependency on kernel since arch already has USER_NS_ENABLED enabled
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5236d0b116b..b4fff54a5d0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ vagga_source_version() {
pkgver() {
vagga_source_version | tr '-' '_'
}
-pkgver=0.2.5_148_gfb4dd7b
+pkgver=0.8.0_85_g0c7e8a4
pkgrel=1
pkgdesc="Vagga is a containerisation tool without daemons"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ license=('MIT')
depends=('shadow')
makedepends=()
checkdepends=()
-optdepends=('linux-user-ns-enabled: kernel with CONFIG_USER_NS enabled')
+optdepends=()
provides=()
conflicts=()
replaces=()