From 5b81e3790d745bf954ea0f5fa3a9f48f8aff4954 Mon Sep 17 00:00:00 2001 From: Martin Tournoij Date: Tue, 15 Jun 2021 10:40:49 +0800 Subject: [PATCH] uni: update to 2.2.1 Also set the correct version in the build comamnd, so "uni version" won't show "git". I also took the liberty to set myself to the maintainer. I'm the upstream maintainer and long-time Void user; might as well just update it myself. --- srcpkgs/uni/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/uni/template b/srcpkgs/uni/template index c2cae64515e0..20e014acfd08 100644 --- a/srcpkgs/uni/template +++ b/srcpkgs/uni/template @@ -1,15 +1,16 @@ # Template file for 'uni' pkgname=uni -version=2.1.0 +version=2.2.1 revision=1 build_style=go -go_import_path=arp242.net/uni -short_desc="Query the Unicode database from the commandline" -maintainer="klardotsh " +go_import_path=arp242.net/uni/v2 +go_ldflags="-X main.version=${version}" +short_desc="Query the Unicode database from the CLI, with good support for emojis" +maintainer="Martin Tournoij " license="MIT" homepage="https://github.com/arp242/uni" distfiles="https://github.com/arp242/uni/archive/v${version}.tar.gz" -checksum=79574395d83f628b0b325127b2dcea9b3e91dd6510dafd036679fae8998bcf6e +checksum=f6ec48009618d678f635e22600a1eac19560de99a62bfded9ad9859208e3fbde post_install() { vlicense LICENSE