[arch-commits] Commit in python-formencode/trunk (PKGBUILD)

Douglas Soares de Andrade douglas at archlinux.org
Sat Jan 24 17:00:39 UTC 2009


    Date: Saturday, January 24, 2009 @ 12:00:38
  Author: douglas
Revision: 25239

upgpkg: python-formencode 1.2.1-1

Modified:
  python-formencode/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-24 13:21:34 UTC (rev 25238)
+++ PKGBUILD	2009-01-24 17:00:38 UTC (rev 25239)
@@ -3,7 +3,7 @@
 # Contributor: Todd Maynard <arch at toddmaynard.com>
 
 pkgname=python-formencode
-pkgver=0.9
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="HTML form validation, generation, and conversion package for python"
 license=('PSF')
@@ -12,11 +12,11 @@
 depends=('python>=2.5')
 makedepends=('setuptools')
 source=(http://cheeseshop.python.org/packages/source/F/FormEncode/FormEncode-$pkgver.tar.gz)
-md5sums=('adcca643088f6d2ac49d903901cf110d')
 
 build() {
   cd $startdir/src/FormEncode-$pkgver
   python setup.py install --root=$startdir/pkg install
-  echo "/usr/lib/python2.5/site-packages/FormEncode-$pkgver-py2.5.egg" >\
-    $startdir/pkg/usr/lib/python2.5/site-packages/$pkgname.pth
+  echo "/usr/lib/python2.6/site-packages/FormEncode-$pkgver-py2.6.egg" >\
+    $startdir/pkg/usr/lib/python2.6/site-packages/$pkgname.pth
 }
+md5sums=('7030996497f3cf012bc9e99b4ca3e920')




More information about the arch-commits mailing list