diff --git a/srcpkgs/libuninameslist/template b/srcpkgs/libuninameslist/template index e213c24658d..a3ec3d954a4 100644 --- a/srcpkgs/libuninameslist/template +++ b/srcpkgs/libuninameslist/template @@ -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 " 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}"