Package Details: asciiportal 1.3.8-7

Git Clone URL: https://aur.archlinux.org/asciiportal.git (read-only, click to copy)
Package Base: asciiportal
Description: Text based puzzle game inspired by the popular video game
Upstream URL: https://github.com/cymonsgames/ASCIIpOrtal
Keywords: game games
Licenses: custom, GPL3
Submitter: arojas
Maintainer: kleintux
Last Packager: kleintux
Votes: 3
Popularity: 0.140779
First Submitted: 2023-03-31 22:36 (UTC)
Last Updated: 2024-04-20 04:17 (UTC)

Latest Comments

BrainDamage commented on 2024-04-20 17:44 (UTC)

your patch sourcing is incorrect, it only works when $BUILDDIR is a subdirectory of $SRCDEST, while that's the default case, it's not necessarily true.

fortunately makepkg will copy the patches into $srcdir, so all you have to do to correct it is to change:

cd ASCIIpOrtal
git apply  ../../patch1.patch
git apply ../../patch2.patch

to:

cd ASCIIpOrtal
git apply  ../patch1.patch
git apply ../patch2.patch

kleintux commented on 2024-04-20 04:20 (UTC)

shasum is fixed. thx. don't know why updpkgsums made a sha for the git xD. cheers

gissf1 commented on 2024-04-19 15:55 (UTC)

@kleintux I tried installing via yay, but it failed to validate 'ASCIIpOrtal' saying "NOT FOUND". I think you need to put 'SKIP' for the git repo directory's sha256sum in your PKGBUILD file. After making that change locally, 'makepkg --verifysource' seemed to work fine, as did 'makepkg -i'.

After rebuilding and installing with that patch installed, the game runs again! Thanks!

kleintux commented on 2024-04-19 14:12 (UTC)

@gissf1 fixed the package with the fix from github :) have fun

kleintux commented on 2024-04-19 07:13 (UTC)

@gissf1 thx for informing me. maybe there is a fix https://github.com/cymonsgames/ASCIIpOrtal/pull/25 but I don't know when I find time to test it. Patches are welcome ;)

gissf1 commented on 2024-04-18 17:49 (UTC)

This package seems to segfault at startup now. Is there any solution?