diff --git a/.SRCINFO b/.SRCINFO index 91377f9..9bdcb35 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = ftxui-git pkgdesc = FTXUI is a C++ Functional Terminal User Interface library. - pkgver = r315.e87ff7e + pkgver = r413.7c3ca1b pkgrel = 1 url = https://github.com/ArthurSonzogni/FTXUI install = .install diff --git a/PKGBUILD b/PKGBUILD index b5ab9c8..ba17639 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Arthur Sonzogni # Maintainer: Aditya Gupta pkgname=ftxui-git -pkgver=r315.e87ff7e +pkgver=r413.7c3ca1b pkgrel=1 pkgdesc="FTXUI is a C++ Functional Terminal User Interface library." arch=("any") diff --git a/README.md b/README.md index 62b2a00..39162a9 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,15 @@ This is the [official] [PKGBUILD] for [FTXUI] for use on [Arch Linux] via The headers are installed to: ``` -/usr/include/ftxui +/usr/include/ftxui/ ```` -and the libraries: `libcomponent.a`, `libdom.a`, `libscreen.a` into: +and the libraries: `ftxui-screen.a`, `ftxui-dom.a`, `ftxui-component.a` into: ``` -/usr/lib/ftxui +/usr/lib/ftxui/ ``` +It is recommanded to use CMake, in order to use the correct flags. + You will get this message from makepkg too, don't forget to link to these libraries.