summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-09-30 23:52:27 +0100
committerSam James <sam@gentoo.org>2022-10-01 00:24:13 +0100
commit149fe9cca5a8194c6ab63418d0fc6cfd619a625d (patch)
tree924fd1462721ed6cc4953f9c4924b8914d61e3de
parentapp-crypt/osslsigncode: fix StaticSrcUri (diff)
downloadgentoo-149fe9cca5a8194c6ab63418d0fc6cfd619a625d.tar.gz
gentoo-149fe9cca5a8194c6ab63418d0fc6cfd619a625d.tar.bz2
gentoo-149fe9cca5a8194c6ab63418d0fc6cfd619a625d.zip
app-misc/jpipe: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-misc/jpipe/jpipe-0.2.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/jpipe/jpipe-0.2.0-r1.ebuild b/app-misc/jpipe/jpipe-0.2.0-r1.ebuild
index af7dafc3fcb3..1043ced048d3 100644
--- a/app-misc/jpipe/jpipe-0.2.0-r1.ebuild
+++ b/app-misc/jpipe/jpipe-0.2.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit go-module distutils-r1
DESCRIPTION="Command line interface to JMESPath"
HOMEPAGE="https://github.com/pipebus/jpipe https://github.com/jmespath/jp/pull/30 http://jmespath.org"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
- !python? ( https://dev.gentoo.org/~zmedico/dist/jpipe-0.2.0-deps.tar.xz )"
+ !python? ( https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz )"
LICENSE="Apache-2.0 BSD BSD-2 MIT"
SLOT="0"