
Arch python-easygui 0.93 to 0.95 patch
By: a guest on
Jul 13th, 2010 | syntax:
Diff | size: 0.83 KB | hits: 152 | expires: Never
--- PKGBUILD 1970-01-01 11:13:08.000000000 +0200
+++ python-easygui/PKGBUILD 2010-07-13 16:10:27.618370807 +0300
@@ -1,7 +1,7 @@
# Maintainer: James Pearson <james.m.pearson+arch@gmail.com>
pkgname=python-easygui
-pkgver=0.93
+pkgver=0.95
pkgrel=2
pkgdesc="A module for very simple, very easy GUI programming in Python"
url="http://easygui.sourceforge.net"
@@ -9,8 +9,8 @@
arch=('any')
depends=('python' 'tk')
makedepends=('setuptools')
-source=(http://easygui.sourceforge.net/current_version/easygui_v$pkgver.tar.gz)
-md5sums=('764af8a7121751289284957133244867')
+source=(http://easygui.sourceforge.net/download/current_version/easygui_v$pkgver.tar.gz)
+md5sums=('45aac917f91d1378b4e74027dbf21b75')
build() {
install -d ${pkgdir}$(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")