diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-01 03:41:51 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-01 03:41:51 +0000 |
commit | 8d64e04cb528732ef0844a120620acc64f9fbc41 (patch) | |
tree | d70f60b2bfc9767593a9c9430f7cfffd9d4c80c6 /community/playpen | |
parent | 7cd564d1e9657febf970765ffd43fcee8abe7ff5 (diff) |
Sun Jun 1 03:39:22 UTC 2014
Diffstat (limited to 'community/playpen')
-rw-r--r-- | community/playpen/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/playpen/PKGBUILD b/community/playpen/PKGBUILD index 58232b930..c5d328aa5 100644 --- a/community/playpen/PKGBUILD +++ b/community/playpen/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Daniel Micay <danielmicay@gmail.com> pkgname=playpen -pkgver=4 +pkgver=5 pkgrel=1 epoch=1 pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp' @@ -8,7 +8,7 @@ arch=(i686 x86_64) url='https://github.com/thestinger/playpen/' license=(MIT) depends=(libseccomp systemd) -makedepends=(git clang) +makedepends=(clang git) source=(git://github.com/thestinger/playpen#tag=$pkgver) md5sums=(SKIP) |