From 2e97eb98bb632ab8fa12fe6b5d913ecf73831fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 30 Jan 2021 22:46:12 +0700 Subject: [PATCH] tldr: update to 1.0.0.alpha. --- srcpkgs/tldr/template | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/srcpkgs/tldr/template b/srcpkgs/tldr/template index 6c94e84a503..c5616dc207c 100644 --- a/srcpkgs/tldr/template +++ b/srcpkgs/tldr/template @@ -1,16 +1,19 @@ # Template file for 'tldr' pkgname=tldr -version=0.6.1 +version=1.0.0.alpha revision=1 +_version=${version/.alpha/-alpha} +wrksrc=$pkgname-$_version build_style=go go_import_path="github.com/isacikgoz/tldr" -hostmakedepends="git" +go_package="./cmd/tldr" +depends="git" short_desc="Fast and interactive TLDR client written in Go" maintainer="Nathan Owens " license="MIT" homepage="https://isacikgoz.me/tldr/" -distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz" -checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa +distfiles="https://github.com/isacikgoz/tldr/archive/v${_version}.tar.gz" +checksum=d40e1c602d84acc67cdee3b9bed001fb8ec198c7049c1d05eb071ab05af66c19 alternatives="tldr:tldr:/usr/bin/gtldr" conflicts="tealdeer<=1.2.0_1"