summaryrefslogtreecommitdiffstats
path: root/python/vobject/vobject.SlackBuild
diff options
context:
space:
mode:
author Heinz Wiesinger2017-01-12 21:32:01 +0100
committer Willy Sudiarto Raharjo2017-01-15 00:35:47 +0100
commitdd158045fbb5cb7760d8cfa0f05fb349f75fda6a (patch)
tree51967c05926b3d1b923aad06cb789848c27a9e60 /python/vobject/vobject.SlackBuild
parentbe49fb085f9774276862454008f6c09bae35023b (diff)
downloadslackbuilds-dd158045fbb5cb7760d8cfa0f05fb349f75fda6a.tar.gz
python/vobject: Updated for version 0.9.3.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'python/vobject/vobject.SlackBuild')
-rw-r--r--python/vobject/vobject.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/vobject/vobject.SlackBuild b/python/vobject/vobject.SlackBuild
index 9a88099363..75977fffa6 100644
--- a/python/vobject/vobject.SlackBuild
+++ b/python/vobject/vobject.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for vobject
-# Copyright 2009-2011 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2009-2017 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=vobject
-VERSION=0.8.1c
+VERSION=0.9.3
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,7 +61,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a ACKNOWLEDGEMENTS.txt LICENSE-2.0.txt PKG-INFO README.txt \
+cp -a ACKNOWLEDGEMENTS.txt LICENSE-2.0.txt README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild