summaryrefslogtreecommitdiff
path: root/community/python-sqlalchemy/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-28 00:01:38 +0000
committerroot <root@rshg054.dnsready.net>2012-03-28 00:01:38 +0000
commita26ce336126d18cde915c2331250b8dfbffc24f8 (patch)
treedd0ee1c89d9c153abfde0b4e7878a2931893ed4c /community/python-sqlalchemy/PKGBUILD
parentc8729cab8302ab82e01135a22fb9fa9704f1559b (diff)
Wed Mar 28 00:01:38 UTC 2012
Diffstat (limited to 'community/python-sqlalchemy/PKGBUILD')
-rw-r--r--community/python-sqlalchemy/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python-sqlalchemy/PKGBUILD b/community/python-sqlalchemy/PKGBUILD
index f525225be..8668fa654 100644
--- a/community/python-sqlalchemy/PKGBUILD
+++ b/community/python-sqlalchemy/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 67332 2012-03-09 00:22:36Z seblu $
+# $Id: PKGBUILD 68536 2012-03-27 03:51:47Z tdziedzic $
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Contributor: Sébastien Luttringer <seblu@aur.archlinux.org>
pkgbase=python-sqlalchemy
pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=0.7.5
+pkgver=0.7.6
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')
source=("http://downloads.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-$pkgver.tar.gz")
-md5sums=('52e71dddfdb8ca8c5049558a23d26557')
+md5sums=('ecc3f73339dcd7e32275bdbabebf0dd8')
build() {
cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver