From e1cbaf963e362056815d598332d8599a83cd0954 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Mon, 31 Mar 2014 03:55:10 +0000 Subject: Mon Mar 31 03:50:18 UTC 2014 --- community/playpen/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/playpen/PKGBUILD') diff --git a/community/playpen/PKGBUILD b/community/playpen/PKGBUILD index 450d7b9d8..3e5d7a9f4 100644 --- a/community/playpen/PKGBUILD +++ b/community/playpen/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: Daniel Micay pkgname=playpen -pkgver=2 +pkgver=3 pkgrel=1 epoch=1 pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp' arch=(i686 x86_64) url='https://github.com/thestinger/playpen/' license=(MIT) -depends=(libseccomp) +depends=(libseccomp systemd) makedepends=(git clang) source=(git://github.com/thestinger/playpen#tag=$pkgver) md5sums=(SKIP) -- cgit v1.2.3-54-g00ecf