Package Details: ruffle-nightly-bin 2025.12.16-1

Git Clone URL: https://aur.archlinux.org/ruffle-nightly-bin.git (read-only, click to copy)
Package Base: ruffle-nightly-bin
Description: A Flash Player emulator written in Rust
Upstream URL: https://ruffle.rs/
Keywords: emulator flash player reimplementation swf
Licenses: MIT, Apache
Conflicts: ruffle
Provides: ruffle
Submitter: relrel
Maintainer: ruffle (relrel)
Last Packager: ruffle
Votes: 29
Popularity: 0.69
First Submitted: 2020-11-26 11:06 (UTC)
Last Updated: 2025-12-16 00:19 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

inutakhan commented on 2025-09-02 14:41 (UTC)

https://github.com/ruffle-rs/ruffle/pull/21286 https://github.com/ruffle-rs/ruffle/pull/21449

Odd. The hashes should have been implemented. But, indeed, it's not appearing for the PKGBUILD.

gameslayer commented on 2025-09-02 09:26 (UTC) (edited on 2025-09-02 09:26 (UTC) by gameslayer)

Hey I just wanted to report that the Integrity checks are missing for: source_aarch64

Preparing...
Synchronizing package databases...
Refreshing AUR...
Nothing to do.
Checking ruffle-nightly-bin dependencies...
Resolving dependencies...
Checking inter-conflicts...
Cloning ruffle-nightly-bin build files...
Generating ruffle-nightly-bin information...

Building ruffle-nightly-bin...
==> Making package: ruffle-nightly-bin 2025.09.02-1 (Tue 02 Sep 2025 19:24:19)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading ruffle-nightly-2025_09_02-linux-aarch64.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 21 13.5M   21 2991k    0     0  2002k      0  0:00:06  0:00:01  0:00:05 3015k
 59 13.5M   59 8207k    0     0  3290k      0  0:00:04  0:00:02  0:00:02 4120k
 95 13.5M   95 12.9M    0     0  3791k      0  0:00:03  0:00:03 --:--:-- 4426k
100 13.5M  100 13.5M    0     0  3866k      0  0:00:03  0:00:03 --:--:-- 4497k
==> ERROR: Integrity checks are missing for: source_aarch64
Failed to build ruffle-nightly-bin

gameslayer commented on 2025-08-09 10:01 (UTC)

A report has been submitted 😎

https://github.com/ruffle-rs/ruffle/issues/21273

kjarosh commented on 2025-08-09 09:57 (UTC)

Maybe, you need to send PR to https://github.com/ruffle-rs/ruffle/blob/master/desktop/packages/linux/aur/ruffle-nightly-bin/PKGBUILD

That's right!

We're accepting contributions licensed under MIT + Apache 2.0, feel free to file a PR.

gameslayer commented on 2025-08-09 09:09 (UTC) (edited on 2025-08-09 09:43 (UTC) by gameslayer)

You can support more then x86_64 on the AUR as long as the package support x86_64

https://wiki.archlinux.org/title/AUR_submission_guidelines

All that needs to be do done is exactly as I did here https://gitlab.com/-/snippets/4879001

heck you can copy it if you like :P

I was the original maintainer of the ruffle-bin package but it got forcefully merged with this package (nothing to do with you) and it had aarch64 in the build script and they now officially supply aarch64 binaries so I am happy to help. :)

oech3 commented on 2025-08-09 09:03 (UTC) (edited on 2025-08-09 09:05 (UTC) by oech3)

While AUR can support additional archi than x64 (the only officially supported archi by Arch as of today), they can be restricted to them (PRQ#47890).

gameslayer commented on 2025-08-09 08:57 (UTC) (edited on 2025-08-09 09:03 (UTC) by gameslayer)

Hmm I see but why doesn't the maintainer of this package just update the pkgbuild and add it?

https://gitlab.com/-/snippets/4879001

It's awesome to see it's on Flatpak but it would be great if this package got updated to have aarch64 :)

oech3 commented on 2025-08-09 08:46 (UTC)

Maybe, you need to send PR to https://github.com/ruffle-rs/ruffle/blob/master/desktop/packages/linux/aur/ruffle-nightly-bin/PKGBUILD

gameslayer commented on 2025-08-09 08:16 (UTC)

Hey kjarosh the issue is the package hasn't been properly updated accordingly with the latest version which also support Arm64 and is missing.

https://github.com/ruffle-rs/ruffle/releases/tag/nightly-2025-08-09

https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-08-09/ruffle-nightly-2025_08_09-linux-aarch64.tar.gz

kjarosh commented on 2025-08-09 08:12 (UTC)

Regarding AArch64 support on AUR, Ruffle is an open-source project maintained at https://github.com/ruffle-rs/ruffle, we are always open to contributions. Currently we're providing AArch64 Linux binaries on Flatpak (https://flathub.org/apps/rs.ruffle.Ruffle) and on our website (https://ruffle.rs/downloads).