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

Eric Belanger eric at archlinux.org
Wed May 28 01:17:04 UTC 2008


    Date: Tuesday, May 27, 2008 @ 21:17:03
  Author: eric
Revision: 2158

upgpkg: python-sqlobject 0.10.1-1
    Upstream update

Modified:
  python-sqlobject/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-27 15:01:19 UTC (rev 2157)
+++ PKGBUILD	2008-05-28 01:17:03 UTC (rev 2158)
@@ -3,14 +3,15 @@
 # Contributor: Todd Maynard <arch at toddmaynard.com>
 
 pkgname=python-sqlobject
-pkgver=0.9.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc="A popular Object Relational Manager for providing an object interface to your database, with tables as classes, rows as instances, and columns as attributes"
 license=('LGPL')
 arch=(i686 x86_64)
 url="http://sqlobject.org/"
-depends=('python>=2.5' 'setuptools' 'python-formencode>=0.7')
+depends=('python>=2.5' 'setuptools>=0.6c8' 'python-formencode>=0.7')
 source=(http://cheeseshop.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz)
+md5sums=('1c97cdbe5e1dd3766a356c12b2f2dc62')
 
 build() {
   cd $startdir/src/SQLObject-$pkgver





More information about the arch-commits mailing list