libuninameslist: update to 20200313.

This commit is contained in:
Leah Neukirchen 2020-03-15 17:01:42 +01:00
parent 056f8747c1
commit 937a9e04b7

View File

@ -1,6 +1,6 @@
# Template file for 'libuninameslist'
pkgname=libuninameslist
version=20190701
version=20200313
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
@ -9,12 +9,16 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause"
homepage="https://github.com/fontforge/libuninameslist"
distfiles="https://github.com/fontforge/libuninameslist/archive/${version}.tar.gz"
checksum=426bc2f9f0068796ef31c1d5ce088d8da87b3e2a91675969d5b04968d71cdf4f
checksum=7689ed29e4dad3d1fbbfbe9aa43a45f494f2139bdee2e54a86620d664385130e
pre_configure() {
autoreconf -fi
}
post_install() {
vlicense LICENSE
}
libuninameslist-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"