aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthurSonzogni2022-02-05 15:15:11 +0100
committerArthurSonzogni2022-02-05 15:15:11 +0100
commitce54623cdf857915778c0b243c7ff49fbce59569 (patch)
tree140f21bd91ac885b5ca166dddae8dfbddf12bd23
parent7a15f1248b280e9643353ae515023aca266dcc05 (diff)
downloadaur-ce54623cdf857915778c0b243c7ff49fbce59569.tar.gz
Increase version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--README.md8
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91377f908bda..9bdcb35de69a 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 b5ab9c85320d..ba17639ba188 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Arthur Sonzogni <sonzogniarthur+ftxui at gmail dot com>
# Maintainer: Aditya Gupta <adityag.ug19.cs at nitp.ac.in>
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 62b2a00cd57c..39162a990faf 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.