Build Grin on Arch Linux?

Any arch users successfully build grin and grin-miner? Grin seems to be working (syncing), but the ncurses display is funky. I wasn’t able to find these dependencies for arch: libncurses5-dev, libncursesw5-dev; but only ncurses—is that likely the issue?

There are some packages on aur:


I tried installing grin-git and there appears to be some problem with ncurses.
Arch appears to make available a recent version, different from what is expected by the rust library.

screenshot

2019-03-06-133340_1920x1080_scrot

$ echo $TERM
xterm-256color

$ pacman -Q ncurses
ncurses 6.1-6

$ ls /usr/lib/libncursesw.so.6
/usr/lib/libncursesw.so.6@

$ ls /usr/lib/libncursesw.so.5
ls: cannot access '/usr/lib/libncursesw.so.5': No such file or directory