@patataofcourse it should be fixed now, thanks for the heads up
Search Criteria
Package Details: azahar-appimage 1:2125.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/azahar-appimage.git (read-only, click to copy) |
|---|---|
| Package Base: | azahar-appimage |
| Description: | Azahar is an open-source 3DS emulator project based on Citra. (already compiled) |
| Upstream URL: | https://azahar-emu.org |
| Licenses: | GPL2 |
| Conflicts: | azahar, azahar-appimage-wayland, azahar-git |
| Provides: | azahar |
| Submitter: | sunworms |
| Maintainer: | sunworms |
| Last Packager: | sunworms |
| Votes: | 3 |
| Popularity: | 0.001509 |
| First Submitted: | 2025-03-25 08:30 (UTC) |
| Last Updated: | 2026-04-19 12:40 (UTC) |
Dependencies (3)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR)
- fuse2
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
Required by (0)
Sources (1)
Latest Comments
sunworms commented on 2026-02-23 18:25 (UTC)
patataofcourse commented on 2026-02-23 12:48 (UTC) (edited on 2026-02-23 12:53 (UTC) by patataofcourse)
updating is completely broken with this package if you reuse the srcdir - since the appimage downloaded does not include the version string, it assumes that the older version of the appimage is still applicable, but it fails the shasum. please add the version to the appimage name on download. example:
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="$_pkgname-appimage"
pkgver=2124.3
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Azahar is an open-source 3DS emulator project based on Citra. (already compiled)"
url="https://azahar-emu.org"
@@ -21,8 +21,8 @@ depends=("ffmpeg"
"fuse2")
_source_main() {
- _appimage="$_pkgname.AppImage"
- source=("https://github.com/azahar-emu/azahar/releases/download/$pkgver/$_pkgname.AppImage")
+ _appimage="$_pkgname"_"$pkgver.AppImage"
+ source=($_appimage::"https://github.com/azahar-emu/azahar/releases/download/$pkgver/$_pkgname.AppImage")
sha256sums=('1e49a0164bf19990bf4447bc285f23997b923189f36edd7cfebfd318ef5edaf3')
}
@@ -40,7 +40,7 @@ build() {
package() {
# appimage
- install -Dm755 "$_pkgname.AppImage" "$pkgdir/usr/bin/azahar"
+ install -Dm755 "$_appimage" "$pkgdir/usr/bin/azahar/$_pkgname.AppImage"
# icon
install -Dm644 "$_pkgname.svg" -t "$pkgdir/usr/share/pixmaps/"
sunworms commented on 2026-01-12 05:35 (UTC) (edited on 2026-01-15 13:14 (UTC) by sunworms)
Since upstream has introduced two AppImages, one for x11 and another for wayland, I have decided to make this package follow the x11 AppImage, as it is recommended by upstream.
In case you specifically need the wayland version, I have created a new package for the wayland AppImage, which will be kept upto date with this package, so you may install that instead
sunworms commented on 2025-09-05 06:46 (UTC)
@PixelHamster
I cannot replicate your issue on my machine, the sha256sum passes for me. can you clone the repo on your machine and run makepkg -g to see what the sha256sum returns?
also, i updated the package 2 days ago so it's not possible for the package to have been broken for a month
PixelHamster commented on 2025-09-03 21:08 (UTC)
==> Validating source files with sha256sums... azahar.AppImage ... FAILED
This package has been broken for about a month I'd say ^^
asyync1024 commented on 2025-06-02 14:41 (UTC)
Thanks, the issue is fixed.
sunworms commented on 2025-06-02 13:16 (UTC)
i think it's because i removed the epoch by mistake. i added it back, see if it works now
asyync1024 commented on 2025-06-02 11:00 (UTC) (edited on 2025-06-02 11:04 (UTC) by asyync1024)
Hey! You updated the package but trizen doesn't pick up the update? I don't really know anything about the AUR so I thought about asking you, here is the normal output-
[ak@G31M-ES2L ~]$ trizen -Syu
:: Pacman command: /usr/bin/sudo /usr/bin/pacman -Syu
// Updated.
:: No AUR updates found...
[ak@G31M-ES2L ~]$ trizen -Ss azahar-appimage
aur/azahar-appimage 2121.2-1 [installed] [4+] [2.34%] [27 May 2025]
Azahar is an open-source 3DS emulator project based on Citra. (already compiled)
[ak@G31M-ES2L ~]$ trizen -Qi azahar
Name : azahar-appimage
Version : 1:2121.1-1
Description : Azahar is an open-source 3DS emulator project based on Citra. (already compiled)
Architecture : x86_64
URL : https://azahar-emu.org
Licenses : GPL2
Groups : None
Provides : azahar
Depends On : ffmpeg sdl2
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : azahar azahar-git
Replaces : None
Installed Size : 97.56 MiB
Packager : Unknown Packager
Build Date : Fri 23 May 2025 12:55:50 PM IST
Install Date : Fri 23 May 2025 12:56:06 PM IST
Install Reason : Explicitly installed
Install Script : No
Validated By : None
To fix this, I can just normally uninstall and reinstall but that is not user-friendly, and I don't even get to know an update is available to do that.
sunworms commented on 2025-04-06 05:52 (UTC)
it should be corrected now, my bad. i forgot to generate the hash for the appimage
46620 commented on 2025-04-05 14:05 (UTC)
package doesn't install, hash for the appimage is incorrect
Pinned Comments
sunworms commented on 2026-01-12 05:35 (UTC) (edited on 2026-01-15 13:14 (UTC) by sunworms)
Since upstream has introduced two AppImages, one for x11 and another for wayland, I have decided to make this package follow the x11 AppImage, as it is recommended by upstream.
In case you specifically need the wayland version, I have created a new package for the wayland AppImage, which will be kept upto date with this package, so you may install that instead