We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a4255 commit a79d04cCopy full SHA for a79d04c
1 file changed
srcpkgs/python3-pipx/template
@@ -1,6 +1,6 @@
1
# Template file for 'python3-pipx'
2
pkgname=python3-pipx
3
-version=1.10.0
+version=1.11.1
4
revision=1
5
build_style=python3-pep517
6
hostmakedepends="hatchling hatch-vcs"
@@ -11,7 +11,8 @@ license="MIT"
11
homepage="https://pipx.pypa.io/stable/"
12
changelog="https://pipx.pypa.io/stable/changelog/"
13
distfiles="${PYPI_SITE}/p/pipx/pipx-${version}.tar.gz"
14
-checksum=38aa67c3db53c5debbbba996c18641ee79bb4515b17122ad7795ee693c18f820
+checksum=e57354c3308b0abb75106d3b73a0d1ffa5c25f24f29e9f4a45e575776dbab85c
15
+make_check=no # tests are not contained in release tarball
16
17
post_install() {
18
vlicense LICENSE
0 commit comments