games/vbam: Updated for version 2.1.4.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2019-11-29 17:24:48 -05:00 committed by Willy Sudiarto Raharjo
parent c43abfa090
commit fd54388aff
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 9 deletions

View file

@ -22,6 +22,7 @@
# Modified by the SlackBuilds.org project.
# 20191129 bkw: updated for 2.1.4.
# 20180702 bkw: updated for 2.1.0.
# 20180612 bkw: updated for 2.0.2.
# 20171219 bkw: updated for 2.0.1.
@ -43,7 +44,7 @@
# - Correct README, plus cosmetic reformatting.
PRGNAM=vbam
VERSION=${VERSION:-2.1.0}
VERSION=${VERSION:-2.1.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -93,11 +94,8 @@ rm -rf $SRCNAM-$SRCVER
tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz
cd $SRCNAM-$SRCVER
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
# if both wx(Python|GTK) 2 and 3 are installed, /usr/bin/wx-config
# is a symlink to the config for whichever was installed last. Avoid

View file

@ -1,8 +1,8 @@
PRGNAM="vbam"
VERSION="2.1.0"
VERSION="2.1.4"
HOMEPAGE="http://vba-m.com/"
DOWNLOAD="https://github.com/visualboyadvance-m/visualboyadvance-m/archive/v2.1.0/visualboyadvance-m-2.1.0.tar.gz"
MD5SUM="3efb50ee0935a037dc8000b0812bdfc6"
DOWNLOAD="https://github.com/visualboyadvance-m/visualboyadvance-m/archive/v2.1.4/visualboyadvance-m-2.1.4.tar.gz"
MD5SUM="394119c22b531bf0ca79ffc7717057d1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2 SFML wxGTK3"