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

Daniel Micay thestinger at archlinux.org
Mon Aug 4 23:49:30 UTC 2014


    Date: Tuesday, August 5, 2014 @ 01:49:30
  Author: thestinger
Revision: 116872

upgpkg: playpen 1:6-1

Modified:
  playpen/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-04 23:23:46 UTC (rev 116871)
+++ PKGBUILD	2014-08-04 23:49:30 UTC (rev 116872)
@@ -1,6 +1,6 @@
 # Maintainer: Daniel Micay <danielmicay at gmail.com>
 pkgname=playpen
-pkgver=5
+pkgver=6
 pkgrel=1
 epoch=1
 pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
@@ -8,13 +8,13 @@
 url='https://github.com/thestinger/playpen/'
 license=(MIT)
 depends=(libseccomp systemd)
-makedepends=(clang git)
+makedepends=(git)
 source=(git://github.com/thestinger/playpen#tag=$pkgver)
 md5sums=(SKIP)
 
 build() {
   cd $pkgname
-  make
+  CC=cc make
 }
 
 package() {




More information about the arch-commits mailing list