summaryrefslogtreecommitdiffstats
path: root/desktop/imgur-screenshot/imgur-screenshot.SlackBuild
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps.mundognu@gmail.com>2020-10-01 22:11:23 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-03 09:01:44 +0700
commitcc85bf4e2fa3f3acfa508fef76e4132cd2a22b99 (patch)
tree40b1ad37adedbf72348344e621649bd5d0f5c652 /desktop/imgur-screenshot/imgur-screenshot.SlackBuild
parent4b91f31afe3992764f86e3b73d31006486faa63e (diff)
downloadslackbuilds-cc85bf4e2fa3f3acfa508fef76e4132cd2a22b99.tar.gz
slackbuilds-cc85bf4e2fa3f3acfa508fef76e4132cd2a22b99.tar.xz
desktop/imgur-screenshot: Updated for version 2.0.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/imgur-screenshot/imgur-screenshot.SlackBuild')
-rw-r--r--desktop/imgur-screenshot/imgur-screenshot.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/imgur-screenshot/imgur-screenshot.SlackBuild b/desktop/imgur-screenshot/imgur-screenshot.SlackBuild
index 28e94d5454..b5eb5375c8 100644
--- a/desktop/imgur-screenshot/imgur-screenshot.SlackBuild
+++ b/desktop/imgur-screenshot/imgur-screenshot.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for imgur-screenshot.
#
-# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
+# Copyright 2016-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=imgur-screenshot
-VERSION=${VERSION:-1.7.4}
+VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -55,10 +55,10 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
patch -p1 < auto-update.patch
install -d $PKG/usr/bin
-install -D -m755 imgur-screenshot.sh $PKG/usr/bin/imgur-screenshot
+install -D -m755 imgur-screenshot $PKG/usr/bin/imgur-screenshot
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a CONTRIBUTING.md LICENSE.md README.md $PKG/usr/doc/$PRGNAM-$VERSION/
+cp CONTRIBUTING.md LICENSE.md README.md $PKG/usr/doc/$PRGNAM-$VERSION/
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install