games/puNES: Updated for version 0.104.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2019-04-18 15:45:49 +07:00 committed by Willy Sudiarto Raharjo
parent 6e2ef4a461
commit f657aafbce
2 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for puNES
# Copyright 2018 Hunter Sezen California, USA
# Copyright 2018-2019 Hunter Sezen California, USA
# 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=puNES
VERSION=${VERSION:-0.102}
VERSION=${VERSION:-0.104}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -85,11 +85,11 @@ make install DESTDIR=$PKG
# Don't overwrite the existing mimeinfo.cache file.
rm -f -- $PKG/usr/share/applications/mimeinfo.cache
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" |
grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $CWD/ChangeLog COPYING README.md $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog COPYING README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,10 +1,10 @@
PRGNAM="puNES"
VERSION="0.102"
VERSION="0.104"
HOMEPAGE="https://github.com/punesemu/puNES"
DOWNLOAD="https://github.com/punesemu/puNES/archive/v0.102/puNES-0.102.tar.gz"
MD5SUM="7af307c5447f7e86d0b03cbc37f434ff"
DOWNLOAD="https://github.com/punesemu/puNES/archive/v0.104/puNES-0.104.tar.gz"
MD5SUM="28fc9bf4d13111c3e469da0753d50e3e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="qt5"
MAINTAINER="Hunter Sezen"
EMAIL="orbea@fredslev.dk"
EMAIL="orbea@riseup.net"