From 361f95d1ff881daf5f87cb14917bd524511abfc5 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 10 Oct 2013 01:59:31 -0700 Subject: Thu Oct 10 01:58:46 PDT 2013 --- community/playpen/PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'community/playpen/PKGBUILD') 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 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 } -- cgit v1.2.3-54-g00ecf