python/python-mysqlclient: Fix MD5SUM and SRCNAM.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Thibaut Notteboom 2021-04-24 06:43:24 +00:00 committed by Willy Sudiarto Raharjo
parent 1d902d279d
commit 0a095dd284
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ VERSION=${VERSION:-1.3.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=mysqlclient-python
SRCNAM=mysqlclient
if [ -z "$ARCH" ]; then
case "$( uname -m )" in

View file

@ -2,7 +2,7 @@ PRGNAM="python-mysqlclient"
VERSION="1.3.13"
HOMEPAGE="https://github.com/PyMySQL/mysqlclient-python/"
DOWNLOAD="https://github.com/PyMySQL/mysqlclient-python/archive/1.3.13/mysqlclient-python-1.3.13.tar.gz"
MD5SUM="a2a247bf1f4e99d7915ae266954dcd01"
MD5SUM="5c97bd96c0398ea74fb57665b4a11fd6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""