summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCharles Duffy2016-03-14 16:56:14 -0500
committerCharles Duffy2016-03-14 16:58:12 -0500
commitb50d18301ebe72c15ca243cf7bd0af875a9e0270 (patch)
treee3830c3e0ca8984e42f5cee7ebdda02b6a04076a /PKGBUILD
parenta59b97612e1e289579865a44f5324d878d61a317 (diff)
downloadaur-ns-exec-tools.tar.gz
0.0.2-2: make lxc dependency optional
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0198f50bf5b7..b615a3b8c4f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Charles Duffy <charles@dyfis.net>
pkgname=ns-exec-tools
pkgver=0.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight, execline-style tools to build restricted Linux namespaces"
arch=( any )
url="https://github.com/charles-dyfis-net/ns-exec-tools"
license=( ISC )
-depends=( lxc util-linux )
+depends=( util-linux )
+optdepends=( "lxc: network support" )
conflicts=( "${pkgname}-git" )
source=( "ns-exec-tools::git+https://github.com/charles-dyfis-net/ns-exec-tools#tag=$pkgver" )
sha1sums=( SKIP )