summaryrefslogtreecommitdiff
path: root/dev-python/fuse-python/fuse-python-1.0.5.ebuild
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2023-03-10 13:41:19 +0100
committerSam James <sam@gentoo.org>2023-03-10 13:55:16 +0000
commitc9c2f25ba3a0ece4f39caf13e24a7bf44cd28e75 (patch)
tree868b019c4d3fb9248b445f4fd1010333fe9e7e8a /dev-python/fuse-python/fuse-python-1.0.5.ebuild
parentd070e883d09443cdb39c5df13d245ea566fee0b8 (diff)
downloadgentoo-c9c2f25ba3a0ece4f39caf13e24a7bf44cd28e75.tar.gz
gentoo-c9c2f25ba3a0ece4f39caf13e24a7bf44cd28e75.tar.bz2
gentoo-c9c2f25ba3a0ece4f39caf13e24a7bf44cd28e75.zip
dev-python/fuse-python: change SRC_URI suffix .tar.gz -> .gh.tar.gz
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/30042 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/fuse-python/fuse-python-1.0.5.ebuild')
-rw-r--r--dev-python/fuse-python/fuse-python-1.0.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fuse-python/fuse-python-1.0.5.ebuild b/dev-python/fuse-python/fuse-python-1.0.5.ebuild
index 1ab69b4faafa..48bba87b5826 100644
--- a/dev-python/fuse-python/fuse-python-1.0.5.ebuild
+++ b/dev-python/fuse-python/fuse-python-1.0.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Python FUSE bindings"
HOMEPAGE="https://github.com/libfuse/python-fuse"
SRC_URI="
https://github.com/libfuse/python-fuse/archive/v${PV}.tar.gz
- -> ${MY_P}.tar.gz
+ -> ${MY_P}.gh.tar.gz
"
S="${WORKDIR}/${MY_P}"