Increase version

This commit is contained in:
ArthurSonzogni 2022-02-05 15:15:11 +01:00
parent 7a15f1248b
commit ce54623cdf
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C
3 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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")

View File

@ -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.