summaryrefslogtreecommitdiffstats
path: root/misc/sbo-templates
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sbo-templates')
-rw-r--r--misc/sbo-templates/README4
-rw-r--r--misc/sbo-templates/sbo-templates.SlackBuild6
-rw-r--r--misc/sbo-templates/sbo-templates.info8
-rw-r--r--misc/sbo-templates/slack-desc4
4 files changed, 11 insertions, 11 deletions
diff --git a/misc/sbo-templates/README b/misc/sbo-templates/README
index 61c49f4600..5ba9671c22 100644
--- a/misc/sbo-templates/README
+++ b/misc/sbo-templates/README
@@ -1,2 +1,2 @@
-sbo-templates create easy, fast and safe templates files where can
-use with SlackBuilds scripts.
+sbo-templates it's a tool that creates easy, fast and safe templates
+SlackBuilds files scripts.
diff --git a/misc/sbo-templates/sbo-templates.SlackBuild b/misc/sbo-templates/sbo-templates.SlackBuild
index 9572e1c5e1..cef4c550c8 100644
--- a/misc/sbo-templates/sbo-templates.SlackBuild
+++ b/misc/sbo-templates/sbo-templates.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for sbo-templates
-# Copyright 2015-2019 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2015-2020 Dimitris Zlatanidis Orestiada, Greece
# 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=sbo-templates
-VERSION=${VERSION:-1.0.9}
+VERSION=${VERSION:-1.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,7 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python setup.py install --root=$PKG
+python3 setup.py install --root=$PKG
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
diff --git a/misc/sbo-templates/sbo-templates.info b/misc/sbo-templates/sbo-templates.info
index 7417511c59..05b870c3b1 100644
--- a/misc/sbo-templates/sbo-templates.info
+++ b/misc/sbo-templates/sbo-templates.info
@@ -1,10 +1,10 @@
PRGNAM="sbo-templates"
-VERSION="1.0.9"
+VERSION="1.3.2"
HOMEPAGE="https://gitlab.com/dslackw/sbo-templates"
-DOWNLOAD="https://gitlab.com/dslackw/sbo-templates/-/archive/1.0.9/sbo-templates-1.0.9.tar.gz"
-MD5SUM="8304825c0a819a57be3bb02131906c09"
+DOWNLOAD="https://gitlab.com/dslackw/sbo-templates/-/archive/1.3.2/sbo-templates-1.3.2.tar.gz"
+MD5SUM="bd0ed994ad6e73b8c698777fa12a6104"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python2-pythondialog"
+REQUIRES="python3-pythondialog"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"
diff --git a/misc/sbo-templates/slack-desc b/misc/sbo-templates/slack-desc
index 0f0ffb6e83..c9b914e301 100644
--- a/misc/sbo-templates/slack-desc
+++ b/misc/sbo-templates/slack-desc
@@ -8,8 +8,8 @@
|-----handy-ruler------------------------------------------------------|
sbo-templates: sbo-templates (SBo templates managing)
sbo-templates:
-sbo-templates: sbo-templates create easy, fast and safe templates files where can
-sbo-templates: use with SlackBuilds scripts.
+sbo-templates: sbo-templates it's a tool that creates easy, fast and safe templates
+sbo-templates: SlackBuild files scripts.
sbo-templates:
sbo-templates: Homepage: https://gitlab.com/dslackw/sbo-templates
sbo-templates: