mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/python-parsedatetime: Fixed tarball.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
05d005431a
commit
82c4f7e5e7
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $DIRNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
|
||||
tar xvf $CWD/$DIRNAM-$VERSION.tar.gz
|
||||
cd $DIRNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="python-parsedatetime"
|
||||
VERSION="2.1"
|
||||
HOMEPAGE="https://github.com/bear/parsedatetime"
|
||||
DOWNLOAD="https://github.com/bear/parsedatetime/archive/v2.1/python-parsedatetime-v2.1.tar.gz"
|
||||
DOWNLOAD="https://github.com/bear/parsedatetime/archive/v2.1/parsedatetime-2.1.tar.gz"
|
||||
MD5SUM="9054ba8585a94fb68f29d47c14536cc5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue