diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-11-12 07:41:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-12 07:41:56 +0700 |
commit | c6500d2e233125ae230c4c1e134c7cef135ed46c (patch) | |
tree | aa831a28d020e34fd3ebdf1f77972cd8887c0933 /libraries/libnumbertext/libnumbertext.SlackBuild | |
parent | 5d94d1154498e397ee54a5c8c61c1921a3a46ea6 (diff) |
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.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/libnumbertext/libnumbertext.SlackBuild b/libraries/libnumbertext/libnumbertext.SlackBuild index b717e27e87356..66ad3090b7c7d 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 |