summaryrefslogtreecommitdiff
path: root/community/playpen/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/playpen/PKGBUILD')
-rw-r--r--community/playpen/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/community/playpen/PKGBUILD b/community/playpen/PKGBUILD
index b01dc48b6..450d7b9d8 100644
--- a/community/playpen/PKGBUILD
+++ b/community/playpen/PKGBUILD
@@ -1,20 +1,19 @@
# Maintainer: Daniel Micay <danielmicay@gmail.com>
pkgname=playpen
-pkgver=1
-pkgrel=2
+pkgver=2
+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 gcc-libs)
-makedepends=(git python clang)
-source=(git://github.com/thestinger/playpen#tag=1)
+depends=(libseccomp)
+makedepends=(git clang)
+source=(git://github.com/thestinger/playpen#tag=$pkgver)
md5sums=(SKIP)
build() {
cd $pkgname
- git submodule update --init
make
}