Package Details: redot-bin 26.1.stable.lts-1

Git Clone URL: https://aur.archlinux.org/redot-bin.git (read-only, click to copy)
Package Base: redot-bin
Description: A multi-platform 2D and 3D game engine
Upstream URL: https://github.com/Redot-Engine/redot-engine
Keywords: redot
Licenses: MIT
Submitter: decryptedchaos
Maintainer: decryptedchaos
Last Packager: decryptedchaos
Votes: 11
Popularity: 0.004578
First Submitted: 2024-10-07 22:16 (UTC)
Last Updated: 2026-01-30 15:50 (UTC)

Latest Comments

QuartzDragon commented on 2026-01-20 05:11 (UTC) (edited on 2026-01-20 05:12 (UTC) by QuartzDragon)

I build in /tmp/makepkg, so this packages fails to find the supplied files.

I made this adjustment to be able to build:

source=(
    "https://github.com/Redot-Engine/redot-engine/releases/download/redot-4.4-stable/Redot_v4.4-stable_linux.x86_64.zip"
    "Redot.desktop"
    "icon.png"
    "LICENSE.txt"
)
sha256sums=('7d8b0c8fd044cda0bc542bd5800b95bc99b681b0d70d481e9dbff4a5ccfb833a'
            'a7c38f8debe6b60ab05e2a1f678e045c21d17fcdc8fef684f30780957a1a934f'
            'f2b97b88c75702e6cb32fd1e1d96e3ee61dcdeff6e82fd2cd623d04b4a136a51'
            '5e041f35e0430c0dd5667e0f1294602f1211615297a6f09e1cffba7d6081e892')

package() {
    cd "$srcdir"
    install -Dm644 Redot.desktop ${pkgdir}/usr/share/applications/Redot.desktop
    install -Dm644 icon.png ${pkgdir}/usr/share/pixmaps/Redot.png
    install -D -m755 redot.linuxbsd.editor.${arch} ${pkgdir}/usr/bin/redot
    install -D -m644 LICENSE.txt ${pkgdir}/usr/share/licenses/"${pkgname}"/LICENSE
}

andradei commented on 2025-12-09 02:37 (UTC) (edited on 2025-12-12 06:07 (UTC) by andradei)

UPDATE: paru was using my cached version which was broken. paru -S --redownload redot-bin got the fixed version and now it works. Sorry for the false positive.


ORIGINAL: It's still broken. paru -S redot-bin results in:

==> ERROR: Failure while downloading https://github.com/Redot-Engine/redot-engine/releases/download/redot-4.4-stable/Redot_v4.4-stable_linux_x64.zip Aborting... error: failed to download sources for 'redot-bin-4.4.stable-1': error: packages failed to build: redot-bin-4.4.stable-1

synapse84 commented on 2025-12-06 23:34 (UTC) (edited on 2025-12-08 03:07 (UTC) by synapse84)

Source URL needs fixed, should end with ".x86_64.zip" not "_x64.zip"

This has been fixed. Thanks