[arch-commits] Commit in ninja-ide/trunk (PKGBUILD)
Ángel Velásquez
angvp at nymeria.archlinux.org
Sat Aug 17 08:28:48 UTC 2013
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 <evangelos at foutrelis.com>
-# Contributor: Angel Velásquez <angvp at archlinux.org>
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Evangelos Foutras <evangelos at foutrelis.com>
# Contributor: helq <linuxero789 at gmail.com>
# Contributor: Jesus Jerez <jhuss at archlinux.org.ve>
# Contributor: DobleD <dobled at dobled.info>
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
More information about the arch-commits
mailing list