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

Pierre Schmitz pierre at archlinux.org
Sun Dec 7 18:20:44 UTC 2014


    Date: Sunday, December 7, 2014 @ 19:20:44
  Author: pierre
Revision: 227352

upgpkg: php-composer 1.0.0.alpha9.1-1

Modified:
  php-composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-07 13:52:10 UTC (rev 227351)
+++ PKGBUILD	2014-12-07 18:20:44 UTC (rev 227352)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=php-composer
-pkgver=1.0.0.alpha8.681
+pkgver=1.0.0.alpha9.1
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -15,7 +15,7 @@
         "composer-${pkgver}.phar::https://getcomposer.org/composer.phar"
         'php.ini')
 md5sums=('SKIP'
-         'e21ed60f0201679cd3203f6f3cf09aad'
+         '2a15aa37d580e7f3dfc711e6fbf06969'
          'b31326c352763328dca0a567a67609ab')
 
 pkgver() {
@@ -37,7 +37,7 @@
 
 	git config --global user.email "${USER}@${HOST}"
 	git config --global user.name "${USER}"
-	/usr/bin/php -nc ${srcdir}/php.ini vendor/phpunit/phpunit/phpunit.php
+	/usr/bin/php -nc ${srcdir}/php.ini vendor/bin/phpunit
 }
 
 build() {



More information about the arch-commits mailing list