From c280da2e4411584fef9f18511410d13a3473d0b9 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 21 Oct 2018 23:30:31 -0300 Subject: [PATCH] xurls: update to 2.0.0. --- srcpkgs/xurls/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xurls/template b/srcpkgs/xurls/template index ae1d3c1b3db..7324801344e 100644 --- a/srcpkgs/xurls/template +++ b/srcpkgs/xurls/template @@ -1,16 +1,17 @@ # Template file for 'xurls' pkgname=xurls -version=1.1.0 -revision=6 +version=2.0.0 +revision=1 build_style=go go_import_path="github.com/mvdan/${pkgname}" go_package="${go_import_path}/cmd/${pkgname}" +hostmakedepends="git" short_desc="Extract urls from text" maintainer="dleeram " license="BSD-3-Clause" homepage="https://www.github.com/mvdan/xurls" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=47fb038408e8b26965a0e06a4b409edb7bcb3a7373c0c930edf9891bbc58909a +checksum=515f05122890daab367bdff142f9c605475e81e3089d9aff080bc31bf0ddaf7b do_check() { go test -v