Package Details: pince-bin 0.9.3-1

Git Clone URL: https://aur.archlinux.org/pince-bin.git (read-only, click to copy)
Package Base: pince-bin
Description: Reverse engineering tool for linux games - front-end/reverse engineering tool for GDB
Upstream URL: https://github.com/korcankaraokcu/PINCE
Licenses: GPL3
Conflicts: pince, pince-git
Provides: pince
Submitter: Keiran
Maintainer: Keiran
Last Packager: Keiran
Votes: 9
Popularity: 3.89
First Submitted: 2025-12-17 16:15 (UTC)
Last Updated: 2026-07-18 13:45 (UTC)

Latest Comments

Keiran commented on 2026-07-18 13:46 (UTC)

thats my bad, was testing something and forgot to fix it. 0.9.3-1 is up to date.

p741633 commented on 2026-07-18 13:26 (UTC)

PINCE-x86_64-0.9.3.AppImage not found because source is still pointing to the 0.9.2 release.

Instead of hardcoding the version in source, use ${pkgver} everywhere

source=(
"PINCE-x86_64-${pkgver}.AppImage::https://github.com/korcankaraokcu/PINCE/releases/download/v${pkgver}/PINCE-x86_64.AppImage"
)

noextract=(
"PINCE-x86_64-${pkgver}.AppImage"
)

and update sha256sums

DorkmasterFlek commented on 2026-07-18 13:03 (UTC)

The build script for the new 0.9.3 version seems to be incorrect. It's still downloading the previous 0.9.2 version AppImage and then failing when it looks for the 0.9.3 one.

Keiran commented on 2026-06-24 02:45 (UTC)

Sorry about that, the appimage format changed. This is fixed in 0.9-2

p741633 commented on 2026-06-24 02:27 (UTC)

Validating source files with sha256sums
PINCE-x86_64-0.9.AppImage ... FAILED

source: dcd94df5e43765e4e8f33e938dfaa118e22cf18b6f91088ec16e6c5c655a4973

pkgbuild: ef4f86aa668e1bbff93bcf9eea2fad2e198771dbcdd9c05b273729aa473fdbc6

Keiran commented on 2026-02-11 18:29 (UTC)

That's my fault, didn't consider using sudo with something other than a password. I have amended this in the latest version. Thanks for letting me know!

p0358 commented on 2026-02-11 18:21 (UTC)

Using some zenity wrapper instead of just calling pkexec (or run0 if the former is somehow not available) is crazy. And absolutely wrong of course, because it assumes sudo is configured to only accept a password.