Date: Sunday, July 21, 2013 @ 01:34:41 Author: thestinger Revision: 94335
upgpkg: playpen 1:1-2 Modified: playpen/trunk/PKGBUILD ----------+ PKGBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-07-20 23:25:36 UTC (rev 94334) +++ PKGBUILD 2013-07-20 23:34:41 UTC (rev 94335) @@ -1,7 +1,7 @@ # Maintainer: Daniel Micay <[email protected]> pkgname=playpen pkgver=1 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp' arch=(i686 x86_64) @@ -9,8 +9,6 @@ license=(MIT) depends=(libseccomp gcc-libs) makedepends=(git python clang) -provides=(playpen) -conflicts=(playpen) source=(git://github.com/thestinger/playpen#tag=1) md5sums=(SKIP)
