summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-04-06 13:42:49 +0200
committerMassimiliano Torromeo2017-04-06 13:42:49 +0200
commit0e12f5765d45693d0a49023d9d71e0540df6d133 (patch)
tree5838c7f89e7c67a5f65ebac138d27267b63f994d
parentf636772acc40d6de9959975709cba562ceaf76b4 (diff)
downloadaur-0e12f5765d45693d0a49023d9d71e0540df6d133.tar.gz
Updated to 0.7.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 178ca418257f..506b15980333 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Feb 16 12:37:27 UTC 2017
+# Thu Apr 6 11:41:58 UTC 2017
pkgbase = python-pymysql
pkgdesc = Pure Python MySQL Client
- pkgver = 0.7.10
+ pkgver = 0.7.11
pkgrel = 1
url = https://github.com/PyMySQL/PyMySQL
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/P/PyMySQL/PyMySQL-0.7.10.tar.gz
- sha256sums = 9468bd7d54df68e49c39e91d7c223d13dedf9e4284173cb5d761673e6275024e
+ source = https://files.pythonhosted.org/packages/source/P/PyMySQL/PyMySQL-0.7.11.tar.gz
+ sha256sums = 56e3f5bcef6501012233620b54f6a7b8a34edc5751e85e4e3da9a0d808df5f68
pkgname = python-pymysql
diff --git a/PKGBUILD b/PKGBUILD
index b02c331682a8..8cb3e0b0b134 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=python-pymysql
-pkgver=0.7.10
+pkgver=0.7.11
pkgrel=1
pkgdesc="Pure Python MySQL Client"
arch=(any)
@@ -22,4 +22,4 @@ package() {
install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-sha256sums=('9468bd7d54df68e49c39e91d7c223d13dedf9e4284173cb5d761673e6275024e')
+sha256sums=('56e3f5bcef6501012233620b54f6a7b8a34edc5751e85e4e3da9a0d808df5f68')