unibilium: update to 2.1.1
* change upstream to https://github.com/neovim/unibilium
This commit is contained in:
parent
ad8f4d49c3
commit
9c5c7b623e
|
@ -1,15 +1,17 @@
|
||||||
# Template file for 'unibilium'
|
# Template file for 'unibilium'
|
||||||
pkgname=unibilium
|
pkgname=unibilium
|
||||||
version=2.0.0
|
version=2.1.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_check_target="test"
|
||||||
hostmakedepends="libtool perl"
|
hostmakedepends="libtool perl"
|
||||||
short_desc="Simple, self-contained terminfo library"
|
short_desc="Simple, self-contained terminfo library"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://github.com/mauke/unibilium"
|
homepage="https://github.com/neovim/unibilium"
|
||||||
distfiles="https://github.com/mauke/${pkgname}/archive/v${version}.tar.gz"
|
changelog="https://github.com/neovim/unibilium/raw/master/Changes"
|
||||||
checksum=78997d38d4c8177c60d3d0c1aa8c53fd0806eb21825b7b335b1768d7116bc1c1
|
distfiles="https://github.com/neovim/${pkgname}/archive/v${version}.tar.gz"
|
||||||
|
checksum=6f0ee21c8605340cfbb458cbd195b4d074e6d16dd0c0e12f2627ca773f3cabf1
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Reference in New Issue