Package Details: lib32-aalib 1.4rc5-5

Git Clone URL: https://aur.archlinux.org/lib32-aalib.git (read-only, click to copy)
Package Base: lib32-aalib
Description: A portable ASCII art graphic library (32 bit)
Upstream URL: http://aa-project.sourceforge.net/aalib/
Licenses: LGPL
Submitter: arojas
Maintainer: None
Last Packager: arojas
Votes: 3
Popularity: 2.58
First Submitted: 2026-08-16 21:19 (UTC)
Last Updated: 2026-08-16 21:19 (UTC)

Latest Comments

Ketchup901 commented on 2026-09-08 13:50 (UTC)

Builds if you apply this patch, which is also used in the regular aalib package.

diff --git a/PKGBUILD b/PKGBUILD
index 545d9ec..08fb5ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -64,6 +64,9 @@ prepare() {
   # Fix typo for KEY_MOUSE condition
   patch -Np1 -i ../aalib-mouse.patch

+  # Fix build (too many arguments)
+  sed -i 's/Gpm_Wgetch(stdscr)/Gpm_Wgetch()/' src/aacurkbd.c
+
   autoreconf -fi
 }