Package Details: rogue 1:5.4.4-1

Git Clone URL: https://aur.archlinux.org/rogue.git (read-only, click to copy)
Package Base: rogue
Description: The original dungeon crawl game.
Upstream URL: http://rogue.rogueforge.net/rogue-5-4/
Licenses: custom
Submitter: arojas
Maintainer: mpento
Last Packager: libele
Votes: 2
Popularity: 0.002953
First Submitted: 2023-04-01 17:25 (UTC)
Last Updated: 2023-04-02 12:59 (UTC)

Latest Comments

sethkush commented on 2024-02-29 21:24 (UTC) (edited on 2024-02-29 21:26 (UTC) by sethkush)

The following is needed to fix the build on aarch64 for me:

diff --git a/PKGBUILD b/PKGBUILD
index b172e31..567d252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,8 @@ prepare() {

 build() {
   cd $pkgname$pkgver
+  wget "http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess"
+  mv config.guess.1 config.guess
   ./configure
   make
 }

0BAD-C0DE commented on 2023-04-02 11:08 (UTC) (edited on 2023-04-02 11:09 (UTC) by 0BAD-C0DE)

AUR doesn't work.

From GitHub page:

Mirror of rogue.rogueforge.net's Rogue 5.4.4 MOVED TO GITLAB gitlab.com/philhsmith/rogue