
pida pkgbuild's patch
By: a guest on
Aug 14th, 2010 | syntax:
None | size: 0.97 KB | hits: 68 | expires: Never
--- PKGBUILD-old 2010-08-14 15:40:10.301029780 -0300
+++ PKGBUILD 2010-08-14 15:39:14.681036838 -0300
@@ -2,20 +2,20 @@
# Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
pkgname=pida
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=2
pkgdesc="A Framework for integrated development"
arch=('any')
url="http://pida.co.uk"
license=('custom')
-depends=('pygtk' 'dbus-python' 'python-simplejson' 'python-gconf' 'vte' 'kiwi' 'pygtkhelpers-hg')
+depends=('pygtk' 'dbus-python' 'python-simplejson' 'python-gconf' 'vte' 'kiwi' 'pygtkhelpers-hg' 'argparse')
optdepends=('gvim: to use as an embedded editor'
'emacs: to use it as an embedded editor'
'anyvc: for version control')
source=(http://pypi.python.org/packages/source/p/pida/pida-${pkgver}.tar.gz
pida.desktop)
install="pida.install"
-md5sums=('ca509c6140b826eacfe87ceb12034abc'
+md5sums=('6ee61497996abd54f8a9dacd39b90c8c'
'0216466cf5f64238c90b5e07df71ce3a')
build() {