summaryrefslogtreecommitdiffstats
path: root/libraries/libnumbertext/libnumbertext.SlackBuild
diff options
context:
space:
mode:
author Hunter Sezen2018-11-12 01:41:56 +0100
committer Willy Sudiarto Raharjo2018-11-12 01:41:56 +0100
commitc6500d2e233125ae230c4c1e134c7cef135ed46c (patch)
treeaa831a28d020e34fd3ebdf1f77972cd8887c0933 /libraries/libnumbertext/libnumbertext.SlackBuild
parent5d94d1154498e397ee54a5c8c61c1921a3a46ea6 (diff)
downloadslackbuilds-c6500d2e233125ae230c4c1e134c7cef135ed46c.tar.gz
libraries/libnumbertext: Updated for version 1.0.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libnumbertext/libnumbertext.SlackBuild')
-rw-r--r--libraries/libnumbertext/libnumbertext.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/libnumbertext/libnumbertext.SlackBuild b/libraries/libnumbertext/libnumbertext.SlackBuild
index b717e27e87..66ad3090b7 100644
--- a/libraries/libnumbertext/libnumbertext.SlackBuild
+++ b/libraries/libnumbertext/libnumbertext.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libnumbertext
-VERSION=${VERSION:-1.0.3}
+VERSION=${VERSION:-1.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -85,7 +85,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 AUTHORS COPYING ChangeLog NEWS README THANKS TODO \
+cp -a AUTHORS COPYING ChangeLog NEWS README.md THANKS \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild