diff options
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) |