From 2d7b1a4a69ee97359f0e1b0121b4f4f3f6e0d8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Thu, 6 Jul 2023 18:40:01 +0100 Subject: [PATCH] urlscan: update to 1.0.0. --- srcpkgs/urlscan/template | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template index e609b70f065c..d7b824d77e7a 100644 --- a/srcpkgs/urlscan/template +++ b/srcpkgs/urlscan/template @@ -1,14 +1,17 @@ # Template file for 'urlscan' pkgname=urlscan -version=0.9.10 -revision=2 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=1.0.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="hatchling hatch-vcs python3-installer python3-wheel" depends="python3-urwid" -checkdepends="python3-urwid" short_desc="View/select the URLs in an email message or file" -maintainer="Crestwave " +maintainer="André Cerqueira " license="GPL-2.0-or-later" homepage="https://github.com/firecat53/urlscan" distfiles="https://github.com/firecat53/urlscan/archive/${version}.tar.gz" -checksum=0fbaf7f820fc6ff20c6f1a429c98cb240f1da7eabceed5e3d88740558e81cd2d +checksum=b12da2c3ee45ae21c80eed2fc40866b3b0b82a39e70ce1ad458b65af7334728a + +pre_build() { + export SETUPTOOLS_SCM_PRETEND_VERSION="${version}" +}