diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-02-07 17:32:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-08 04:10:59 +0000 |
commit | 47ffb61a219fc366bbb92571075d5623c373a476 (patch) | |
tree | 1c79fa13514d0001f2c2507b201de93b53a539be /dev-python/filebytes/filebytes-0.10.2.ebuild | |
parent | sci-astronomy/pysiril: enable py3.11 (diff) | |
download | gentoo-47ffb61a219fc366bbb92571075d5623c373a476.tar.gz gentoo-47ffb61a219fc366bbb92571075d5623c373a476.tar.bz2 gentoo-47ffb61a219fc366bbb92571075d5623c373a476.zip |
dev-python/filebytes: update SRC_URI
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/29466
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/filebytes/filebytes-0.10.2.ebuild')
-rw-r--r-- | dev-python/filebytes/filebytes-0.10.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/filebytes/filebytes-0.10.2.ebuild b/dev-python/filebytes/filebytes-0.10.2.ebuild index 5b7fcb7de0d4..9432b0bc4654 100644 --- a/dev-python/filebytes/filebytes-0.10.2.ebuild +++ b/dev-python/filebytes/filebytes-0.10.2.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 ~ppc x86" fi |