diff options
author | Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> | 2025-03-06 12:18:13 -0600 |
---|---|---|
committer | Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> | 2025-03-06 12:18:13 -0600 |
commit | 592e3027062fdf61973b82a0174c42d8400aacc9 (patch) | |
tree | 824fb25a66e87c105dc23e8ff6c6209f82476777 /dev-games/redot/redot-4.3.1.ebuild | |
parent | e2191c74b5731389c0dfcf4227d0c38776db3b31 (diff) | |
download | mcdubh-overlay-592e3027062fdf61973b82a0174c42d8400aacc9.tar.gz |
4.3.1-alpha2 added
Diffstat (limited to 'dev-games/redot/redot-4.3.1.ebuild')
-rw-r--r-- | dev-games/redot/redot-4.3.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-games/redot/redot-4.3.1.ebuild b/dev-games/redot/redot-4.3.1.ebuild index ca772b3..86956ca 100644 --- a/dev-games/redot/redot-4.3.1.ebuild +++ b/dev-games/redot/redot-4.3.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DESCRIPTION="Open-source game engine for everyone. No strings attached." HOMEPAGE="https://www.redotengine.org/" -SRC_URI="https://github.com/Redot-Engine/redot-engine/archive/refs/tags/${P}-alpha.1.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/Redot-Engine/redot-engine/archive/refs/tags/${P}-alpha.2.tar.gz -> ${P}.tar.gz" LICENSE=" MIT @@ -24,11 +24,13 @@ RESTRICT="test" RDEPEND=" app-arch/brotli:= app-arch/zstd:= + dev-build/scons:= dev-games/recastnavigation:= dev-libs/icu:= dev-libs/libpcre2:=[pcre32] media-libs/freetype[brotli,harfbuzz] media-libs/harfbuzz:=[icu] + media-libs/glu:= media-libs/libogg media-libs/libpng:= media-libs/libvorbis |