summaryrefslogtreecommitdiff
path: root/community/python-sqlalchemy/PKGBUILD
diff options
context:
space:
mode:
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 b412e0272..c0652ae7e 100644
--- a/community/python-sqlalchemy/PKGBUILD
+++ b/community/python-sqlalchemy/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 96127 2013-08-20 06:33:00Z lcarlier $
+# $Id: PKGBUILD 102482 2013-12-12 10:34:55Z 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.2
+pkgver=0.8.4
pkgrel=1
arch=('i686' 'x86_64') # python2 package contain .so
url="http://www.sqlalchemy.org/"
license=('custom: MIT')
makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 'python-nose' 'python2-nose')
-source=(http://downloads.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-$pkgver.tar.gz)
-md5sums=('78c5bc43fcbc3dea77fa85caa432625d')
+source=("https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz")
+md5sums=('fd517e1bb4031cac1e3fa00108111b38')
build() {
cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver