diff options
author | Sam James <sam@gentoo.org> | 2022-09-30 23:52:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 00:24:13 +0100 |
commit | 149fe9cca5a8194c6ab63418d0fc6cfd619a625d (patch) | |
tree | 924fd1462721ed6cc4953f9c4924b8914d61e3de /app-misc/jpipe | |
parent | app-crypt/osslsigncode: fix StaticSrcUri (diff) | |
download | gentoo-149fe9cca5a8194c6ab63418d0fc6cfd619a625d.tar.gz gentoo-149fe9cca5a8194c6ab63418d0fc6cfd619a625d.tar.bz2 gentoo-149fe9cca5a8194c6ab63418d0fc6cfd619a625d.zip |
app-misc/jpipe: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/jpipe')
-rw-r--r-- | app-misc/jpipe/jpipe-0.2.0-r1.ebuild | 2 |
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" |