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

Ángel Velásquez angvp at nymeria.archlinux.org
Sun Feb 10 18:55:42 UTC 2013


    Date: Sunday, February 10, 2013 @ 19:55:42
  Author: angvp
Revision: 177919

upgpkg: mysql-python 1.2.4-1

Version bump to 1.2.4

Modified:
  mysql-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-10 18:54:41 UTC (rev 177918)
+++ PKGBUILD	2013-02-10 18:55:42 UTC (rev 177919)
@@ -1,18 +1,18 @@
 # $Id$
-# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=mysql-python
-pkgver=1.2.3
-pkgrel=3
+pkgver=1.2.4
+pkgrel=1
 pkgdesc="MySQL support for Python"
 arch=("i686" "x86_64")
 url="http://mysql-python.sourceforge.net/"
 license=('GPL2')
 depends=('python2' 'libmysqlclient')
 makedepends=('mysql' 'python2-distribute')
-source=("http://downloads.sourceforge.net/${pkgname}/MySQL-python-${pkgver}.tar.gz")
-md5sums=('215eddb6d853f6f4be5b4afc4154292f')
+source=("http://pypi.python.org/packages/source/M/MySQL-python/MySQL-python-${pkgver}.zip")
+md5sums=('ddf2386daf10a97af115ffad2ed4a9a0')
 
 package() {
   cd ${srcdir}/MySQL-python-${pkgver}




More information about the arch-commits mailing list