diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-05-08 10:38:23 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:27:54 +0700 |
commit | 54c5804db094f4a344edca88a875d915ed0b5afc (patch) | |
tree | 1ef5d0ba4d320e8e2f0c516fd1d3561a74a1e422 /office/featherpad | |
parent | fb63c7818d5275603bdf7a1d5f421fb96633235f (diff) | |
download | slackbuilds-54c5804db094f4a344edca88a875d915ed0b5afc.tar.gz |
office/featherpad: Fix github tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/featherpad')
-rw-r--r-- | office/featherpad/featherpad.SlackBuild | 2 | ||||
-rw-r--r-- | 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="" |