File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 11# Template file for 'ltris'
22pkgname=ltris
3- version=1.2.6
4- revision=2
3+ version=2.0.4
4+ revision=1
55build_style=gnu-configure
6- configure_args="--localstatedir=/var/games/ltris"
7- hostmakedepends="bison"
8- makedepends="sdl12-compat-devel SDL_mixer-devel"
9- short_desc="Tetris clone using SDL"
6+ configure_args="--disable-nls --localstatedir=/var/games/$pkgname"
7+ makedepends="SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel"
8+ short_desc="Tetris clone using SDL2"
109maintainer="Orphaned <orphan@voidlinux.org>"
11- license="GPL-2.0-or-later"
12- homepage="http://lgames.sourceforge.net/index.php?project=LTris"
13- distfiles="${SOURCEFORGE_SITE}/lgames/$pkgname-$version.tar.gz"
14- checksum=c23ce21454c0389c5297a7ef2e14efe804d940625e7eeb0386a29780ec2c46f6
10+ license="GPL-3.0-only"
11+ homepage="https://lgames.sourceforge.io/LTris/"
12+ changelog="https://raw.githubusercontent.com/kulkanie/ltris2/refs/heads/main/Changelog"
13+ distfiles="${SOURCEFORGE_SITE}/lgames/ltris2-${version}.tar.gz"
14+ checksum=482150495f9d87bb139d5af1abec7030383c37fdb3e75a45e9bad67ead798eda
1515nocheckperms=yes # uses a world-writable .hscr file for global leaderboard
16- CFLAGS+=" -fgnu89-inline"
You can’t perform that action at this time.
0 commit comments