Don't like ads? PRO users don't see any ads ;-)
Guest

pida pkgbuild's patch

By: a guest on Aug 14th, 2010  |  syntax: None  |  size: 0.97 KB  |  hits: 68  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. --- PKGBUILD-old        2010-08-14 15:40:10.301029780 -0300
  2. +++ PKGBUILD    2010-08-14 15:39:14.681036838 -0300
  3. @@ -2,20 +2,20 @@
  4.  # Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
  5.  
  6.  pkgname=pida
  7. -pkgver=0.6.1
  8. +pkgver=0.6.2
  9.  pkgrel=2
  10.  pkgdesc="A Framework for integrated development"
  11.  arch=('any')
  12.  url="http://pida.co.uk"
  13.  license=('custom')
  14. -depends=('pygtk' 'dbus-python' 'python-simplejson' 'python-gconf' 'vte' 'kiwi'  'pygtkhelpers-hg')
  15. +depends=('pygtk' 'dbus-python' 'python-simplejson' 'python-gconf' 'vte' 'kiwi'  'pygtkhelpers-hg' 'argparse')
  16.  optdepends=('gvim: to use as an embedded editor'
  17.  'emacs: to use it as an embedded editor'
  18.  'anyvc: for version control')
  19.  source=(http://pypi.python.org/packages/source/p/pida/pida-${pkgver}.tar.gz
  20.          pida.desktop)
  21.  install="pida.install"
  22. -md5sums=('ca509c6140b826eacfe87ceb12034abc'
  23. +md5sums=('6ee61497996abd54f8a9dacd39b90c8c'
  24.           '0216466cf5f64238c90b5e07df71ce3a')
  25.  
  26.  build() {