summaryrefslogtreecommitdiff
path: root/community/python-sqlalchemy/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-02 00:37:30 -0700
committerroot <root@rshg054.dnsready.net>2013-05-02 00:37:30 -0700
commit8b09f76ed1ea968a2473faf8f56250eea0fdc3cc (patch)
tree8eca788d6ba23cad66a3cf81ec9b2cea43fcc484 /community/python-sqlalchemy/PKGBUILD
parent1b05006cb143959d080a200fe11891c9f5caf32c (diff)
Thu May 2 00:37:29 PDT 2013
Diffstat (limited to 'community/python-sqlalchemy/PKGBUILD')
-rw-r--r--community/python-sqlalchemy/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/python-sqlalchemy/PKGBUILD b/community/python-sqlalchemy/PKGBUILD
index d8cfc3057..d72c1b2dd 100644
--- a/community/python-sqlalchemy/PKGBUILD
+++ b/community/python-sqlalchemy/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 87107 2013-03-27 11:07:21Z jelle $
+# $Id: PKGBUILD 89654 2013-05-01 16:07:24Z jelle $
# 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.0
+pkgver=0.8.1
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')
-source=("http://downloads.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-$pkgver.tar.gz")
-md5sums=('3fb0b62e5d6ef4a022414f4233519ee2')
+source=(http://downloads.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-$pkgver.tar.gz)
+md5sums=('8e27886edc49e69921af77c2274caa41')
build() {
cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver