diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2022-08-08 17:12:32 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-16 00:09:39 +0100 |
commit | 7ccefbe60cda06e82be8127bf20c23c6c7234736 (patch) | |
tree | 6acfd45b1a8f10df4edf9a29fd0e8ed7dc2b46e6 /dev-python/filebytes | |
parent | dev-python/filebytes: bump PYTHON_COMPAT (diff) | |
download | gentoo-7ccefbe60cda06e82be8127bf20c23c6c7234736.tar.gz gentoo-7ccefbe60cda06e82be8127bf20c23c6c7234736.tar.bz2 gentoo-7ccefbe60cda06e82be8127bf20c23c6c7234736.zip |
dev-python/filebytes: add .gh suffix to tagged distfiles (live)
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/26785
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/filebytes')
-rw-r--r-- | dev-python/filebytes/filebytes-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/filebytes/filebytes-9999.ebuild b/dev-python/filebytes/filebytes-9999.ebuild index 7a845b783672..182a1ca9417a 100644 --- a/dev-python/filebytes/filebytes-9999.ebuild +++ b/dev-python/filebytes/filebytes-9999.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/sashs/filebytes" else - SRC_URI="https://github.com/sashs/filebytes/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/sashs/filebytes/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" KEYWORDS="~amd64 ~x86" fi |