Thank you very much, DenXV! Problem solved and I can use HyPrism again. Much appreciated!
Search Criteria
Package Details: hyprism-bin 3.0.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/hyprism-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | hyprism-bin |
| Description: | A multiplatform Hytale launcher with mod manager and more! (binary version) |
| Upstream URL: | https://github.com/HyPrismTeam/HyPrism |
| Keywords: | hyprism hytale launcher |
| Licenses: | GPL-3.0-only |
| Conflicts: | hyprism, hyprism-git |
| Provides: | hyprism |
| Submitter: | DenXV |
| Maintainer: | DenXV |
| Last Packager: | DenXV |
| Votes: | 2 |
| Popularity: | 0.26 |
| First Submitted: | 2026-01-19 16:50 (UTC) |
| Last Updated: | 2026-04-28 19:53 (UTC) |
Dependencies (6)
- alsa-lib
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- lttng-ust2.12
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-dlss-reflex-gitAUR, mesa-rk35xx-gitAUR, mesa-nollvm-gitAUR, mesa-rdna2vrAUR, mesa-minimal-gitAUR, mesa-amber)
- nss (nss-hgAUR)
Required by (0)
Sources (4)
Latest Comments
katonamus commented on 2026-02-01 11:50 (UTC)
DenXV commented on 2026-02-01 11:42 (UTC) (edited on 2026-02-01 11:46 (UTC) by DenXV)
Hi! Thanks for the report.
The SHA256 checksum for HyPrism-linux-x64.deb in the PKGBUILD for version 2.0.3 is correct and matches the official release file:
33aeca22eb3b74f8d59157c5bb732a275ad424831278885944d84606f1a20662.
Most likely, during the automatic download, your system saved an HTML error page (e.g., 404, rate limit message, or redirect) instead of the actual .deb binary. This is a common issue with AUR packages that fetch binaries from GitHub Releases.
Please try the following:
-
Clear your AUR helper cache, e.g.:
paru -Sc --aurOr manually delete the build directory:rm -rf ~/.cache/paru/clone/hyprism-bin -
Check if the downloaded file is really a .deb: After a failed build, go to the source directory and run:
file HyPrism-linux-x64.debIf the output says something likeHTML document, the file wasn’t downloaded correctly. -
Download the file manually and verify its checksum:
curl -LO https://github.com/yyyumeniku/HyPrism/releases/download/v2.0.3/HyPrism-linux-x64.debsha256sum HyPrism-linux-x64.debThe expected hash is:33aeca22eb3b74f8d59157c5bb732a275ad424831278885944d84606f1a20662
katonamus commented on 2026-02-01 11:16 (UTC)
❯ paru -S hyprism-bin :: Resolving dependencies... :: Calculating conflicts... :: Calculating inner conflicts...
Aur (1) Old Version New Version Make Only aur/hyprism-bin 2.0.3-1 No
:: Proceed to review? [Y/n]:
:: Downloading PKGBUILDs... PKGBUILDs up to date nothing new to review fetching devel info... ==> Making package: hyprism-bin 2.0.3-1 (Sun 01 Feb 2026 13:01:02) ==> Retrieving sources... -> Found HyPrism-linux-x64.deb -> Found hyprism.desktop -> Found hyprism.png -> Found LICENSE ==> Validating source files with sha256sums... HyPrism-linux-x64.deb ... FAILED hyprism.desktop ... Passed hyprism.png ... Passed LICENSE ... Passed ==> ERROR: One or more files did not pass the validity check! error: failed to download sources for 'hyprism-bin-2.0.3-1': error: packages failed to build: hyprism-bin-2.0.3-1
~
Pinned Comments
DenXV commented on 2026-02-01 11:42 (UTC) (edited on 2026-02-01 11:46 (UTC) by DenXV)
Hi! Thanks for the report.
The SHA256 checksum for
HyPrism-linux-x64.debin the PKGBUILD for version 2.0.3 is correct and matches the official release file:33aeca22eb3b74f8d59157c5bb732a275ad424831278885944d84606f1a20662.Most likely, during the automatic download, your system saved an HTML error page (e.g., 404, rate limit message, or redirect) instead of the actual
.debbinary. This is a common issue with AUR packages that fetch binaries from GitHub Releases.Please try the following:
Clear your AUR helper cache, e.g.:
paru -Sc --aurOr manually delete the build directory:rm -rf ~/.cache/paru/clone/hyprism-binCheck if the downloaded file is really a .deb: After a failed build, go to the source directory and run:
file HyPrism-linux-x64.debIf the output says something likeHTML document, the file wasn’t downloaded correctly.Download the file manually and verify its checksum:
curl -LO https://github.com/yyyumeniku/HyPrism/releases/download/v2.0.3/HyPrism-linux-x64.debsha256sum HyPrism-linux-x64.debThe expected hash is:33aeca22eb3b74f8d59157c5bb732a275ad424831278885944d84606f1a20662