summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Rader2015-08-19 22:20:20 +0300
committerRoman Rader2015-08-19 22:20:20 +0300
commit31bb0a995935ed9805601613239a0c07c32c79e1 (patch)
treedfe1d8696ba0d61b935ea789900a70d26dba132d
parent3dd1f38ebb6b803ab07455d7d854f0656bf12c04 (diff)
downloadaur-31bb0a995935ed9805601613239a0c07c32c79e1.tar.gz
remove builddeps
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57050b573793..d46768c4a929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,13 @@ pkgver() {
vagga_source_version | tr '-' '_'
}
pkgver=0.2.5_141_g18d8b61
-pkgrel=2
+pkgrel=3
pkgdesc="Vagga is a containerisation tool without daemons"
arch=('i686' 'x86_64')
url="http://vagga.readthedocs.org"
license=('MIT')
depends=('shadow' 'glibc-static')
-makedepends=('git' 'make' 'cargo-bin')
+makedepends=()
checkdepends=()
optdepends=('linux-user-ns-enabled: kernel with CONFIG_USER_NS enabled')
provides=()