Advertisement
Guest User

Arch python-easygui 0.93 to 0.95 patch

a guest
Jul 13th, 2010
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.83 KB | None | 0 0
  1. --- PKGBUILD    1970-01-01 11:13:08.000000000 +0200
  2. +++ python-easygui/PKGBUILD 2010-07-13 16:10:27.618370807 +0300
  3. @@ -1,7 +1,7 @@
  4.  # Maintainer: James Pearson <james.m.pearson+arch@gmail.com>
  5.  
  6.  pkgname=python-easygui
  7. -pkgver=0.93
  8. +pkgver=0.95
  9.  pkgrel=2
  10.  pkgdesc="A module for very simple, very easy GUI programming in Python"
  11.  url="http://easygui.sourceforge.net"
  12. @@ -9,8 +9,8 @@
  13.  arch=('any')
  14.  depends=('python' 'tk')
  15.  makedepends=('setuptools')
  16. -source=(http://easygui.sourceforge.net/current_version/easygui_v$pkgver.tar.gz)
  17. -md5sums=('764af8a7121751289284957133244867')
  18. +source=(http://easygui.sourceforge.net/download/current_version/easygui_v$pkgver.tar.gz)
  19. +md5sums=('45aac917f91d1378b4e74027dbf21b75')
  20.  
  21.  build() {
  22.     install -d ${pkgdir}$(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement