summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-06-29 16:40:46 +0200
committerMassimiliano Torromeo2018-06-29 16:40:46 +0200
commit2dd55353ba5e379ad69167d4e9d1222929785aad (patch)
treef354da540eeb3082d1ca8ee10f87995932423f10
parentbeeaa0c4ffcc57207751c3a753f59b32e63f6d0e (diff)
downloadaur-2dd55353ba5e379ad69167d4e9d1222929785aad.tar.gz
Updated to 0.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fdd3eb3e2a9..fa71221bce9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue May 8 08:01:46 UTC 2018
+# Fri Jun 29 14:40:36 UTC 2018
pkgbase = python-pymysql
pkgdesc = Pure Python MySQL Client
- pkgver = 0.8.1
+ pkgver = 0.9.0
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.8.1.tar.gz
- sha256sums = 34e19bfff13e8b2ffc38a68f9ad064609d48f3d46320e8ab8184af527e662629
+ source = https://files.pythonhosted.org/packages/source/P/PyMySQL/PyMySQL-0.9.0.tar.gz
+ sha256sums = 8ee053bce47c97786ccf7d2e73e9063c214251cecef846b1219a9169f4f833eb
pkgname = python-pymysql
diff --git a/PKGBUILD b/PKGBUILD
index a1293e0a5013..6550a9818822 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=python-pymysql
-pkgver=0.8.1
+pkgver=0.9.0
pkgrel=1
pkgdesc="Pure Python MySQL Client"
arch=(any)
@@ -10,7 +10,7 @@ license=('BSD')
depends=('python')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/P/PyMySQL/PyMySQL-$pkgver.tar.gz")
-sha256sums=('34e19bfff13e8b2ffc38a68f9ad064609d48f3d46320e8ab8184af527e662629')
+sha256sums=('8ee053bce47c97786ccf7d2e73e9063c214251cecef846b1219a9169f4f833eb')
build() {
cd "$srcdir/PyMySQL-$pkgver"