From 54c5804db094f4a344edca88a875d915ed0b5afc Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sun, 8 May 2022 10:38:23 +1200 Subject: [PATCH] office/featherpad: Fix github tarball handling. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- office/featherpad/featherpad.SlackBuild | 2 +- office/featherpad/featherpad.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/office/featherpad/featherpad.SlackBuild b/office/featherpad/featherpad.SlackBuild index ec64482f5e..19f0601f64 100644 --- a/office/featherpad/featherpad.SlackBuild +++ b/office/featherpad/featherpad.SlackBuild @@ -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 . diff --git a/office/featherpad/featherpad.info b/office/featherpad/featherpad.info index 40112c780e..b529800348 100644 --- a/office/featherpad/featherpad.info +++ b/office/featherpad/featherpad.info @@ -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=""