This directory contains the PKGBUILD for the Arch User Repository (AUR).
# Using yay
yay -S sorcery-desktop-bin
# Using paru
paru -S sorcery-desktop-bin
# Manual installation
git clone https://aur.archlinux.org/sorcery-desktop-bin.git
cd sorcery-desktop-bin
makepkg -si- Package name:
sorcery-desktop-bin - Type: Binary package (downloads AppImage from GitHub releases)
- Architectures: x86_64, aarch64
- Create an AUR account at https://aur.archlinux.org
- Add your SSH public key to your AUR account
- Clone the AUR repo:
git clone ssh://[email protected]/sorcery-desktop-bin.git
- Copy PKGBUILD and .SRCINFO to the cloned repo
- Update SHA256 sums with actual values
- Commit and push
- Update
pkgverin PKGBUILD - Update source URLs with new version
- Calculate new SHA256 sums:
sha256sum sorcery-desktop_0.1.1_amd64.AppImage sha256sum sorcery-desktop_0.1.1_aarch64.AppImage
- Regenerate .SRCINFO:
makepkg --printsrcinfo > .SRCINFO - Commit and push to AUR
makepkg -si