[arch-commits] Commit in gyp/trunk (PKGBUILD)
    Jan Steffens 
    heftig at archlinux.org
       
    Fri Jun  9 11:03:22 UTC 2017
    
    
  
    Date: Friday, June 9, 2017 @ 11:03:22
  Author: heftig
Revision: 298469
20170609-2: Fix deps
Modified:
  gyp/trunk/PKGBUILD
----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-09 10:53:26 UTC (rev 298468)
+++ PKGBUILD	2017-06-09 11:03:22 UTC (rev 298469)
@@ -3,13 +3,13 @@
 
 pkgname=gyp
 pkgver=20170609
-pkgrel=1
+pkgrel=2
 pkgdesc='"Generate Your Projects" Meta-Build system'
 arch=(any)
 url="https://gyp.gsrc.io/"
 license=(custom:BSD)
-depends=(python2 ninja)
-makedepends=(python2-setuptools git)
+depends=(python2-setuptools ninja)
+makedepends=(git)
 _commit=a478c1ab51ea3e04e79791ac3d1dad01b3f57434  # changes/21/487521/4
 source=("git+https://chromium.googlesource.com/external/gyp#commit=$_commit")
 sha256sums=('SKIP')
    
    
More information about the arch-commits
mailing list