summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Edinaldo P. Silva2018-02-14 11:30:41 +0100
committer Willy Sudiarto Raharjo2018-02-17 01:42:55 +0100
commitf61eae6099396867c199b035fc4ea207e8f6ab33 (patch)
tree2ab259a3f99cfa8e498efbb44410f4190d95455c
parent44f5e093bb02394fd73d8a16e32a009a85392446 (diff)
downloadslackbuilds-f61eae6099396867c199b035fc4ea207e8f6ab33.tar.gz
desktop/obbrowser: Updated for version 0.09.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--desktop/obbrowser/obbrowser.SlackBuild7
-rw-r--r--desktop/obbrowser/obbrowser.info6
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"