diff options
Diffstat (limited to 'community/python-sqlalchemy/PKGBUILD')
-rw-r--r-- | community/python-sqlalchemy/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/python-sqlalchemy/PKGBUILD b/community/python-sqlalchemy/PKGBUILD index d72c1b2dd..b412e0272 100644 --- a/community/python-sqlalchemy/PKGBUILD +++ b/community/python-sqlalchemy/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 89654 2013-05-01 16:07:24Z jelle $ +# $Id: PKGBUILD 96127 2013-08-20 06:33:00Z lcarlier $ # Maintainer: Angel Velasquez <angvp@archlinux.org> # Contributor: Sébastien Luttringer <seblu@aur.archlinux.org> pkgbase=python-sqlalchemy pkgname=('python-sqlalchemy' 'python2-sqlalchemy') -pkgver=0.8.1 +pkgver=0.8.2 pkgrel=1 arch=('i686' 'x86_64') # python2 package contain .so url="http://www.sqlalchemy.org/" license=('custom: MIT') -makedepends=('python' 'python2' 'python-distribute' 'python2-distribute' 'python-nose' 'python2-nose') +makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 'python-nose' 'python2-nose') source=(http://downloads.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-$pkgver.tar.gz) -md5sums=('8e27886edc49e69921af77c2274caa41') +md5sums=('78c5bc43fcbc3dea77fa85caa432625d') build() { cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver |