[arch-commits] Commit in mysql-python/trunk (PKGBUILD)
Ángel Velásquez
angvp at nymeria.archlinux.org
Tue Jan 21 02:35:55 UTC 2014
Date: Tuesday, January 21, 2014 @ 03:35:55
Author: angvp
Revision: 204489
upgpkg: mysql-python 1.2.5-1
Version bump to 1.2.5
Modified:
mysql-python/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-21 01:32:24 UTC (rev 204488)
+++ PKGBUILD 2014-01-21 02:35:55 UTC (rev 204489)
@@ -3,8 +3,8 @@
# Contributor: damir <damir at archlinux.org>
pkgname=mysql-python
-pkgver=1.2.4
-pkgrel=2
+pkgver=1.2.5
+pkgrel=1
pkgdesc="MySQL support for Python"
arch=("i686" "x86_64")
url="http://mysql-python.sourceforge.net/"
@@ -12,7 +12,7 @@
depends=('python2' 'libmariadbclient')
makedepends=('mariadb' 'python2-distribute')
source=("http://pypi.python.org/packages/source/M/MySQL-python/MySQL-python-${pkgver}.zip")
-md5sums=('ddf2386daf10a97af115ffad2ed4a9a0')
+md5sums=('654f75b302db6ed8dc5a898c625e030c')
package() {
cd ${srcdir}/MySQL-python-${pkgver}
More information about the arch-commits
mailing list