diff options
Diffstat (limited to 'desktop/obbrowser')
-rw-r--r-- | desktop/obbrowser/obbrowser.SlackBuild | 7 | ||||
-rw-r--r-- | desktop/obbrowser/obbrowser.info | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/desktop/obbrowser/obbrowser.SlackBuild b/desktop/obbrowser/obbrowser.SlackBuild index 5f3efdcf50..ce248a6d59 100644 --- a/desktop/obbrowser/obbrowser.SlackBuild +++ b/desktop/obbrowser/obbrowser.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for obbrowser. # -# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2018 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=obbrowser -VERSION=${VERSION:-0.08} +VERSION=${VERSION:-0.09} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,8 +72,7 @@ find -L . \ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -install -d $PKG/usr/bin -install -D -m755 obbrowser $PKG/usr/bin/obbrowser +install -Dm755 obbrowser $PKG/usr/bin/obbrowser mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/desktop/obbrowser/obbrowser.info b/desktop/obbrowser/obbrowser.info index 63c7df3fb3..3fb652cf83 100644 --- a/desktop/obbrowser/obbrowser.info +++ b/desktop/obbrowser/obbrowser.info @@ -1,8 +1,8 @@ PRGNAM="obbrowser" -VERSION="0.08" +VERSION="0.09" HOMEPAGE="https://github.com/trizen/obbrowser/" -DOWNLOAD="https://github.com/trizen/obbrowser/archive/0.08/obbrowser-0.08.tar.gz" -MD5SUM="190c9bab3261680199c8023d267f3639" +DOWNLOAD="https://github.com/trizen/obbrowser/archive/0.09/obbrowser-0.09.tar.gz" +MD5SUM="b016997d382d5b9950efbe6e41415bb6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-file-mimeinfo perl-data-dump perl-linux-desktop-files perl-gtk2" |