summaryrefslogtreecommitdiff
path: root/libraries/sord/sord.SlackBuild
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2016-03-13 18:01:01 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-03-15 00:26:15 +0700
commit405fc419f4a654805817020e9652ae7348fa4196 (patch)
tree47d6f3163d912b811c563df20493d731ebd1880e /libraries/sord/sord.SlackBuild
parent8a0550f632979c46c7d66e950528c908b014a82d (diff)
downloadslackbuilds-405fc419f4a654805817020e9652ae7348fa4196.tar.gz
libraries/sord: Updated for version 0.14.0.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'libraries/sord/sord.SlackBuild')
-rw-r--r--libraries/sord/sord.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/sord/sord.SlackBuild b/libraries/sord/sord.SlackBuild
index 5db200aae6..bfe3b37b12 100644
--- a/libraries/sord/sord.SlackBuild
+++ b/libraries/sord/sord.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for sord
-# Copyright 2012-2013 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2012-2016 Heinz Wiesinger, Amsterdam, The Netherlands
# 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=sord
-VERSION=0.12.0
+VERSION=0.14.0
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -89,7 +89,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING INSTALL NEWS PACKAGING README \
+cp -a AUTHORS COPYING INSTALL NEWS README \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild