summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Daniel Prosser <dpross1100@msn.com>2017-05-12 23:13:28 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-05-13 06:59:38 +0700
commitc508569f1d3fe381e4dacff2bfe560f2712cbfc9 (patch)
treed3752b0e7596f10205c7cd9765c32212905a70db
parent7dca905b821e667632bf99877b3fd1e1fa30cc7a (diff)
downloadslackbuilds-c508569f1d3fe381e4dacff2bfe560f2712cbfc9.tar.gz
slackbuilds-c508569f1d3fe381e4dacff2bfe560f2712cbfc9.tar.xz
system/sboui: Updated for version 0.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/sboui/doinst.sh1
-rw-r--r--system/sboui/sboui.SlackBuild3
-rw-r--r--system/sboui/sboui.info6
3 files changed, 6 insertions, 4 deletions
diff --git a/system/sboui/doinst.sh b/system/sboui/doinst.sh
index 0423b2480c..84500a5a57 100644
--- a/system/sboui/doinst.sh
+++ b/system/sboui/doinst.sh
@@ -11,3 +11,4 @@ config() {
}
config etc/sboui/sboui.conf.new
+config etc/sboui/package_blacklist.new
diff --git a/system/sboui/sboui.SlackBuild b/system/sboui/sboui.SlackBuild
index f5b362f998..e5eed3101f 100644
--- a/system/sboui/sboui.SlackBuild
+++ b/system/sboui/sboui.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sboui
-VERSION=${VERSION:-0.2.1}
+VERSION=${VERSION:-0.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -87,6 +87,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mv $PKG/etc/sboui/sboui.conf $PKG/etc/sboui/sboui.conf.new
+mv $PKG/etc/sboui/package_blacklist $PKG/etc/sboui/package_blacklist.new
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog INSTALL LICENSE README.md TODO \
diff --git a/system/sboui/sboui.info b/system/sboui/sboui.info
index 17f42cf0e3..bc8d49d951 100644
--- a/system/sboui/sboui.info
+++ b/system/sboui/sboui.info
@@ -1,8 +1,8 @@
PRGNAM="sboui"
-VERSION="0.2.1"
+VERSION="0.3.1"
HOMEPAGE="https://github.com/montagdude/sboui"
-DOWNLOAD="https://github.com/montagdude/sboui/archive/0.2.1/sboui-0.2.1.tar.gz"
-MD5SUM="aa59373719848a7834c3a288175d7c56"
+DOWNLOAD="https://github.com/montagdude/sboui/archive/0.3.1/sboui-0.3.1.tar.gz"
+MD5SUM="4293b68cee62f3fda0c0bcf5270efb6a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libconfig"