mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
urlscan: update to 1.0.0.
This commit is contained in:
parent
d616e2a041
commit
dbc4d5a927
1 changed files with 11 additions and 7 deletions
|
@ -1,14 +1,18 @@
|
||||||
# Template file for 'urlscan'
|
# Template file for 'urlscan'
|
||||||
pkgname=urlscan
|
pkgname=urlscan
|
||||||
version=0.9.10
|
version=1.0.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="hatchling hatch-vcs"
|
||||||
depends="python3-urwid"
|
depends="python3-urwid"
|
||||||
checkdepends="python3-urwid"
|
|
||||||
short_desc="View/select the URLs in an email message or file"
|
short_desc="View/select the URLs in an email message or file"
|
||||||
maintainer="Crestwave <crest.wave@yahoo.com>"
|
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/firecat53/urlscan"
|
homepage="https://github.com/firecat53/urlscan"
|
||||||
|
changelog="https://github.com/firecat53/urlscan/releases"
|
||||||
distfiles="https://github.com/firecat53/urlscan/archive/${version}.tar.gz"
|
distfiles="https://github.com/firecat53/urlscan/archive/${version}.tar.gz"
|
||||||
checksum=0fbaf7f820fc6ff20c6f1a429c98cb240f1da7eabceed5e3d88740558e81cd2d
|
checksum=b12da2c3ee45ae21c80eed2fc40866b3b0b82a39e70ce1ad458b65af7334728a
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue