summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef33936a544e..65c88651b084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,7 @@ prepare() {
src/voglperfrun.cpp
# ncurses provides libtinfo functionality
# we don't split ncurses into an extra libtinfo on Arch
+ # fixed in voglperf > 0.2 (8ea79efa85b8970295ae834eb2e41c00ba18df82)
sed -i -e 's|tinfo|ncurses|' src/CMakeLists.txt
}