diff options
author | root <root@rshg054.dnsready.net> | 2013-10-10 01:59:31 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-10 01:59:31 -0700 |
commit | 361f95d1ff881daf5f87cb14917bd524511abfc5 (patch) | |
tree | 80a94568027dded4548d525a8a3ed7621ccf325d /community/playpen | |
parent | 737832e1bd70820f477143512b5c89a30a6e81d0 (diff) |
Thu Oct 10 01:58:46 PDT 2013
Diffstat (limited to 'community/playpen')
-rw-r--r-- | community/playpen/PKGBUILD | 11 |
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 } |