diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-11 19:41:03 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-14 01:14:26 +0100 |
commit | 2d0a5b8a09a40ef6f403d392e021346a68c6a0b8 (patch) | |
tree | 27f8ee33a471bc1662f5f40dfdc1dfed2bb614ba /games | |
parent | 95ead3edb611031a4c3b478e18535b4bef1fe832 (diff) | |
download | slackbuilds-2d0a5b8a09a40ef6f403d392e021346a68c6a0b8.tar.gz |
games/stella: Updated for version 5.1.3.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/stella/stella.SlackBuild | 4 | ||||
-rw-r--r-- | games/stella/stella.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games/stella/stella.SlackBuild b/games/stella/stella.SlackBuild index 8c5bbdf6c4..990c9fc111 100644 --- a/games/stella/stella.SlackBuild +++ b/games/stella/stella.SlackBuild @@ -8,6 +8,7 @@ # Now maintained by B. Watson <yalhcru@gmail.com> +# 20180611 bkw: update for 5.1.3, move binary to /usr/games # 20180206 bkw: update for 5.1 # 20170821 bkw: update for 5.0.2 # 20170723 bkw: update for 5.0.1 @@ -36,7 +37,7 @@ # - StartupNotify=false in .desktop PRGNAM=stella -VERSION=${VERSION:-5.1} +VERSION=${VERSION:-5.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -92,6 +93,7 @@ CXXFLAGS="$SLKCFLAGS" \ --prefix=/usr \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --datadir=/usr/share \ + --bindir=/usr/games \ --disable-static \ --enable-shared diff --git a/games/stella/stella.info b/games/stella/stella.info index f4aa578d67..c77077e2a4 100644 --- a/games/stella/stella.info +++ b/games/stella/stella.info @@ -1,8 +1,8 @@ PRGNAM="stella" -VERSION="5.1" +VERSION="5.1.3" HOMEPAGE="https://stella-emu.github.io/" -DOWNLOAD="https://github.com/stella-emu/stella/releases/download/5.1/stella-5.1-src.tar.xz" -MD5SUM="c7ddc5c02902aef6437b93422cc1af05" +DOWNLOAD="https://github.com/stella-emu/stella/releases/download/5.1.3/stella-5.1.3-src.tar.xz" +MD5SUM="f7cccdf4761b7183a235ffeef136e180" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2" |