Can't help with build fails on ARM;
I've managed to build lumina-desktop 1.6.0-1.
where does come from "sh build.sh lumina-desktop-git" instead of makepkg?
build.sh
#!/bin/bash
#
# USAGE: sh build.sh PACKAGE_NAME
#
git clone https://aur.archlinux.org/$1.git;
cd $1/;
makepkg -sri
Pinned Comments