diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-11-11 17:55:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-18 12:40:40 +0700 |
commit | 72bc29b4fd5fadd7ea2d375ebbd7c820f5d14922 (patch) | |
tree | 57992c07ddcc668d881bf8a4dfe86739747b304b /python/pyglet/pyglet.SlackBuild | |
parent | 1f8b80f53809b44c0d83c5c5db957df5290c2f4b (diff) |
python/pyglet: Updated for version 1.3.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pyglet/pyglet.SlackBuild')
-rw-r--r-- | python/pyglet/pyglet.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pyglet/pyglet.SlackBuild b/python/pyglet/pyglet.SlackBuild index e8daa8d423ca4..675f15cae91d6 100644 --- a/python/pyglet/pyglet.SlackBuild +++ b/python/pyglet/pyglet.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pyglet -# Copyright 2015-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-2017 Dimitris Zlatanidis Orestiada, Greece # 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=pyglet -VERSION=${VERSION:-1.2.4} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,7 +75,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 README CHANGELOG LICENSE RELEASE_NOTES $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README LICENSE RELEASE_NOTES $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |