office/featherpad: 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-05-08 10:38:23 +12:00 committed by Willy Sudiarto Raharjo
parent fb63c7818d
commit 54c5804db0
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
mv $SRCNAM-$VERSION $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .

View file

@ -1,7 +1,7 @@
PRGNAM="featherpad"
VERSION="1.2.0"
HOMEPAGE="https://github.com/tsujan/FeatherPad"
DOWNLOAD="https://github.com/tsujan/FeatherPad/archive/refs/tags/V1.2.0/featherpad-1.2.0.tar.gz"
DOWNLOAD="https://github.com/tsujan/FeatherPad/archive/refs/tags/V1.2.0/FeatherPad-1.2.0.tar.gz"
MD5SUM="bc46145ed71d6c49e87a265cb568a3f8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""