diff options
author | Juergen Daubert <jue@jue.li> | 2019-09-25 14:29:18 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2019-09-25 14:29:18 +0200 |
commit | c4d9939a3525fdf32e22adb84823cef7196ca85c (patch) | |
tree | fb8648775f887dbc2ed75c2d5c0444bcd8bb0711 /python-mysql/Pkgfile | |
parent | f5736def16bf365ec4eddb9c0646456d1efbc844 (diff) | |
download | opt-c4d9939a3525fdf32e22adb84823cef7196ca85c.tar.gz opt-c4d9939a3525fdf32e22adb84823cef7196ca85c.tar.xz |
python-mysql: update to 1.4.4
Diffstat (limited to 'python-mysql/Pkgfile')
-rw-r--r-- | python-mysql/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-mysql/Pkgfile b/python-mysql/Pkgfile index e3e5afae8..f9e5de7a0 100644 --- a/python-mysql/Pkgfile +++ b/python-mysql/Pkgfile @@ -4,9 +4,9 @@ # Depends on: python-setuptools mysql name=python-mysql -version=1.4.1 +version=1.4.4 release=1 -source=(https://github.com/PyMySQL/mysqlclient-python/archive/v1.4.1/$name-$version.tar.gz) +source=(https://github.com/PyMySQL/mysqlclient-python/archive/v$version/$name-$version.tar.gz) build () { cd mysqlclient-python-$version |