diff options
-rw-r--r-- | python/sge-pygame/sge-pygame.SlackBuild | 6 | ||||
-rw-r--r-- | python/sge-pygame/sge-pygame.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/sge-pygame/sge-pygame.SlackBuild b/python/sge-pygame/sge-pygame.SlackBuild index b81cef6a2b..dc20073b33 100644 --- a/python/sge-pygame/sge-pygame.SlackBuild +++ b/python/sge-pygame/sge-pygame.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sge-pygame -# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2016 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=sge-pygame -VERSION=${VERSION:-0.18.2} +VERSION=${VERSION:-0.23} 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 WHATSNEW* VERSION* doc/*.html $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README WHATSNEW* VERSION* $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/sge-pygame/sge-pygame.info b/python/sge-pygame/sge-pygame.info index 1f8c412ef8..ae4c2570cc 100644 --- a/python/sge-pygame/sge-pygame.info +++ b/python/sge-pygame/sge-pygame.info @@ -1,8 +1,8 @@ PRGNAM="sge-pygame" -VERSION="0.18.2" +VERSION="0.23" HOMEPAGE="http://stellarengine.nongnu.org" -DOWNLOAD="https://pypi.python.org/packages/source/s/sge-pygame/sge-pygame-0.18.2.tar.gz" -MD5SUM="80507d333a3ea6348e26bb224bc25f6f" +DOWNLOAD="https://pypi.python.org/packages/source/s/sge-pygame/sge-pygame-0.23.tar.gz" +MD5SUM="502df5fd76c64344c70d186dcbad3d1a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pygame six" |