Package Details: hyprism-bin 3.0.3-1

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)

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.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:

  1. Clear your AUR helper cache, e.g.: paru -Sc --aur Or manually delete the build directory: rm -rf ~/.cache/paru/clone/hyprism-bin

  2. Check if the downloaded file is really a .deb: After a failed build, go to the source directory and run: file HyPrism-linux-x64.deb If the output says something like HTML document, the file wasn’t downloaded correctly.

  3. Download the file manually and verify its checksum: curl -LO https://github.com/yyyumeniku/HyPrism/releases/download/v2.0.3/HyPrism-linux-x64.deb sha256sum HyPrism-linux-x64.deb The expected hash is: 33aeca22eb3b74f8d59157c5bb732a275ad424831278885944d84606f1a20662

Latest Comments

katonamus commented on 2026-02-01 11:50 (UTC)

Thank you very much, DenXV! Problem solved and I can use HyPrism again. Much appreciated!

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:

  1. Clear your AUR helper cache, e.g.: paru -Sc --aur Or manually delete the build directory: rm -rf ~/.cache/paru/clone/hyprism-bin

  2. Check if the downloaded file is really a .deb: After a failed build, go to the source directory and run: file HyPrism-linux-x64.deb If the output says something like HTML document, the file wasn’t downloaded correctly.

  3. Download the file manually and verify its checksum: curl -LO https://github.com/yyyumeniku/HyPrism/releases/download/v2.0.3/HyPrism-linux-x64.deb sha256sum HyPrism-linux-x64.deb The 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

~