[arch-commits] Commit in playpen/trunk (PKGBUILD)

Daniel Micay thestinger at nymeria.archlinux.org
Wed Oct 9 17:51:04 UTC 2013


    Date: Wednesday, October 9, 2013 @ 19:51:03
  Author: thestinger
Revision: 98411

upgpkg: playpen 1:2-1

Modified:
  playpen/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-09 16:57:37 UTC (rev 98410)
+++ PKGBUILD	2013-10-09 17:51:03 UTC (rev 98411)
@@ -1,15 +1,15 @@
 # Maintainer: Daniel Micay <danielmicay at 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() {




More information about the arch-commits mailing list