summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca775a6efe86..04464a135cfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=python-mysqlclient
_libname=${pkgname/python-/}
-pkgver=1.3.12
+pkgver=1.3.13
pkgrel=1
pkgdesc="Fork of MySQL-python with support for Python 3"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/PyMySQL/mysqlclient-python"
license=('GPL')
depends=('python' 'libmariadbclient')
@@ -22,4 +22,4 @@ package() {
python setup.py install -O1 --skip-build --root="$pkgdir"
}
-sha256sums=('2d9ec33de39f4d9c64ad7322ede0521d85829ce36a76f9dd3d6ab76a9c8648e5')
+sha256sums=('ff8ee1be84215e6c30a746b728c41eb0701a46ca76e343af445b35ce6250644f')