diff options
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 |
commit | cc85bf4e2fa3f3acfa508fef76e4132cd2a22b99 (patch) | |
tree | 40b1ad37adedbf72348344e621649bd5d0f5c652 | |
parent | 4b91f31afe3992764f86e3b73d31006486faa63e (diff) |
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>
-rw-r--r-- | desktop/imgur-screenshot/imgur-screenshot.SlackBuild | 8 | ||||
-rw-r--r-- | desktop/imgur-screenshot/imgur-screenshot.info | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/desktop/imgur-screenshot/imgur-screenshot.SlackBuild b/desktop/imgur-screenshot/imgur-screenshot.SlackBuild index 28e94d5454a7..b5eb5375c805 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 diff --git a/desktop/imgur-screenshot/imgur-screenshot.info b/desktop/imgur-screenshot/imgur-screenshot.info index 0d2066ad0971..959b7718f286 100644 --- a/desktop/imgur-screenshot/imgur-screenshot.info +++ b/desktop/imgur-screenshot/imgur-screenshot.info @@ -1,10 +1,10 @@ PRGNAM="imgur-screenshot" -VERSION="1.7.4" +VERSION="2.0.0" HOMEPAGE="https://github.com/jomo/imgur-screenshot/" -DOWNLOAD="https://github.com/jomo/imgur-screenshot/archive/v1.7.4/imgur-screenshot-1.7.4.tar.gz" -MD5SUM="0b024ce051c3da34248d829098deb7fe" +DOWNLOAD="https://github.com/jomo/imgur-screenshot/archive/v2.0.0/imgur-screenshot-2.0.0.tar.gz" +MD5SUM="f5909bee4dfc3ff1fc4e2f3b0206de4e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="scrot xclip" +REQUIRES="jq scrot xclip" MAINTAINER="Edinaldo P. Silva" EMAIL="edps.mundognu@gmail.com" |