summaryrefslogtreecommitdiffstats
path: root/libraries/zope.hookable/zope.hookable.SlackBuild
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2015-01-20 17:47:04 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-20 17:47:04 +0700
commit2a4a7adf63b78ddc0f0173a22dc25d1200fff6e7 (patch)
tree081d0b3035035f79dfa9b71487825569431e0290 /libraries/zope.hookable/zope.hookable.SlackBuild
parent100f67ec8b2e43352e831c418656c224a2305214 (diff)
downloadslackbuilds-2a4a7adf63b78ddc0f0173a22dc25d1200fff6e7.tar.gz
slackbuilds-2a4a7adf63b78ddc0f0173a22dc25d1200fff6e7.tar.xz
libraries/zope.hookable: Updated for version 4.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/zope.hookable/zope.hookable.SlackBuild')
-rw-r--r--libraries/zope.hookable/zope.hookable.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/zope.hookable/zope.hookable.SlackBuild b/libraries/zope.hookable/zope.hookable.SlackBuild
index b68396b060..bb511ea1ff 100644
--- a/libraries/zope.hookable/zope.hookable.SlackBuild
+++ b/libraries/zope.hookable/zope.hookable.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=zope.hookable
-VERSION=${VERSION:-4.0.1}
+VERSION=${VERSION:-4.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,7 +61,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a COPYRIGHT.txt LICENSE.txt CHANGES.txt README.txt PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a COPYRIGHT.txt LICENSE.txt CHANGES.rst README.rst PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install