summaryrefslogtreecommitdiff
path: root/community/playpen/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/playpen/PKGBUILD')
-rw-r--r--community/playpen/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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 <danielmicay@gmail.com>
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)