summaryrefslogtreecommitdiffstats
path: root/python/jsonschema/jsonschema.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/jsonschema/jsonschema.SlackBuild')
-rw-r--r--python/jsonschema/jsonschema.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/jsonschema/jsonschema.SlackBuild b/python/jsonschema/jsonschema.SlackBuild
index ff6053d71f..31cd9f49e9 100644
--- a/python/jsonschema/jsonschema.SlackBuild
+++ b/python/jsonschema/jsonschema.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for jsonschema
-# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
+# Copyright 2014-2015 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=jsonschema
-VERSION=${VERSION:-2.4.0}
+VERSION=${VERSION:-2.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,6 +80,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
+cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}