mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
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:
parent
1d902d279d
commit
0a095dd284
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue