[arch-commits] Commit in ninja-ide/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Fri May 10 16:33:07 UTC 2013
Date: Friday, May 10, 2013 @ 18:33:07
Author: bpiotrowski
Revision: 90263
upgpkg: ninja-ide 2.2-1
- upstream release
Modified:
ninja-ide/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-10 16:06:17 UTC (rev 90262)
+++ PKGBUILD 2013-05-10 16:33:07 UTC (rev 90263)
@@ -6,21 +6,21 @@
# Contributor: DobleD <dobled at dobled.info>
pkgname=ninja-ide
-pkgver=2.1.1
+pkgver=2.2
pkgrel=1
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')
-source=(https://github.com/downloads/$pkgname/$pkgname/$pkgname-v$pkgver.zip
+source=(https://github.com/ninja-ide/ninja-ide/archive/v$pkgver.zip
ninja-ide.desktop)
install=$pkgname.install
-sha256sums=('ab6ffc138647c98742dcfe3c97b1074325f31b67f6e5b0d6518a4fca3fd1721f'
+sha256sums=('f44871cd722b008754b9625498721b7a72328db7df5875c38d8709f0abac0eee'
'6cabe8ba0c1589feb4919f9de6e4b8bc0a692f5cb8c630f1e9c661aa19f22fdb')
package() {
- cd "$srcdir/$pkgname"
+ cd $pkgname-$pkgver
python2 setup.py install --root="$pkgdir" -O1
More information about the arch-commits
mailing list