academic/ed-v6: Fix github tarball handling.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-02-28 21:15:47 +13:00 committed by Willy Sudiarto Raharjo
parent a84a2399d7
commit 5e711e27c5
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$SRCVERSION
tar xvf $CWD/$SRCVERSION.tar.gz
tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.gz
cd $PRGNAM-$SRCVERSION
chown -R root:root .
find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="ed-v6"
VERSION="c72c0e"
HOMEPAGE="https://github.com/geocar/ed-v6"
DOWNLOAD="https://github.com/geocar/ed-v6/archive/c72c0e9/c72c0e9445af26bd9fde2d39da5628e6dabf36dd.tar.gz"
DOWNLOAD="https://github.com/geocar/ed-v6/archive/c72c0e9/ed-v6-c72c0e9445af26bd9fde2d39da5628e6dabf36dd.tar.gz"
MD5SUM="797a81796fdaf0b35bbce721d08d7bd7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""