Date: Saturday, August 17, 2013 @ 10:28:48 Author: angvp Revision: 95813
upgpkg: ninja-ide 2.3-2 Rebuild against setuptools Modified: ninja-ide/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-17 08:23:12 UTC (rev 95812) +++ PKGBUILD 2013-08-17 08:28:48 UTC (rev 95813) @@ -1,18 +1,18 @@ # $Id$ -# Maintainer: Evangelos Foutras <[email protected]> -# Contributor: Angel Velásquez <[email protected]> +# Maintainer: Angel Velasquez <[email protected]> +# Contributor: Evangelos Foutras <[email protected]> # Contributor: helq <[email protected]> # Contributor: Jesus Jerez <[email protected]> # Contributor: DobleD <[email protected]> pkgname=ninja-ide pkgver=2.3 -pkgrel=1 +pkgrel=2 pkgdesc="Cross-platform IDE focused on Python application development" arch=('any') url="http://ninja-ide.org/" license=('GPL3') -depends=('python2-distribute' 'python2-pyqt' 'python2-pyinotify') +depends=('python2-setuptools' 'python2-pyqt' 'python2-pyinotify') source=(https://github.com/ninja-ide/ninja-ide/archive/v$pkgver.zip ninja-ide.desktop) install=$pkgname.install
