Increase version
This commit is contained in:
parent
7a15f1248b
commit
ce54623cdf
2
.SRCINFO
2
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = ftxui-git
|
pkgbase = ftxui-git
|
||||||
pkgdesc = FTXUI is a C++ Functional Terminal User Interface library.
|
pkgdesc = FTXUI is a C++ Functional Terminal User Interface library.
|
||||||
pkgver = r315.e87ff7e
|
pkgver = r413.7c3ca1b
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/ArthurSonzogni/FTXUI
|
url = https://github.com/ArthurSonzogni/FTXUI
|
||||||
install = .install
|
install = .install
|
||||||
|
|||||||
2
PKGBUILD
2
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Arthur Sonzogni <sonzogniarthur+ftxui at gmail dot com>
|
# Maintainer: Arthur Sonzogni <sonzogniarthur+ftxui at gmail dot com>
|
||||||
# Maintainer: Aditya Gupta <adityag.ug19.cs at nitp.ac.in>
|
# Maintainer: Aditya Gupta <adityag.ug19.cs at nitp.ac.in>
|
||||||
pkgname=ftxui-git
|
pkgname=ftxui-git
|
||||||
pkgver=r315.e87ff7e
|
pkgver=r413.7c3ca1b
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="FTXUI is a C++ Functional Terminal User Interface library."
|
pkgdesc="FTXUI is a C++ Functional Terminal User Interface library."
|
||||||
arch=("any")
|
arch=("any")
|
||||||
|
|||||||
@ -10,13 +10,15 @@ This is the [official] [PKGBUILD] for [FTXUI] for use on [Arch Linux] via
|
|||||||
|
|
||||||
The headers are installed to:
|
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
|
You will get this message from makepkg too, don't forget to link to these
|
||||||
libraries.
|
libraries.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user