aboutsummaryrefslogtreecommitdiff
path: root/audio/whysynth/whysynth.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/whysynth/whysynth.SlackBuild')
-rw-r--r--audio/whysynth/whysynth.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/whysynth/whysynth.SlackBuild b/audio/whysynth/whysynth.SlackBuild
index 61eee5bcd8071..c8aa73fc30bda 100644
--- a/audio/whysynth/whysynth.SlackBuild
+++ b/audio/whysynth/whysynth.SlackBuild
@@ -7,7 +7,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=whysynth
-VERSION=${VERSION:-20100922}
+VERSION=${VERSION:-20170701}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -80,7 +80,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS COPYING ChangeLog INSTALL README TODO doc \
+ AUTHORS COPYING ChangeLog INSTALL README.rst TODO doc \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild