diff options
author | Viorel Munteanu <ceamac.paragon@gmail.com> | 2021-12-28 12:55:39 +0200 |
---|---|---|
committer | Viorel Munteanu <ceamac.paragon@gmail.com> | 2021-12-28 12:56:31 +0200 |
commit | 3381b1d7c2059f8a98717a05761374672ee12150 (patch) | |
tree | bf9aa753294122ccccfe63c18cdbc561d6c09534 /dev-python/sdnotify | |
parent | dev-python/keyrings-alt: add a dependency for test (diff) | |
download | guru-3381b1d7c2059f8a98717a05761374672ee12150.tar.gz guru-3381b1d7c2059f8a98717a05761374672ee12150.tar.bz2 guru-3381b1d7c2059f8a98717a05761374672ee12150.zip |
dev-python/sdnotify: update SRC_URI
At least one gentoo mirror has a different package with the same name
cf http://tux.rainside.sk/gentoo/distfiles/sdnotify-0.3.2.tar.gz
Closes: https://bugs.gentoo.org/830148
Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
Diffstat (limited to 'dev-python/sdnotify')
-rw-r--r-- | dev-python/sdnotify/Manifest | 2 | ||||
-rw-r--r-- | dev-python/sdnotify/sdnotify-0.3.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest index 73384e074..72673d54e 100644 --- a/dev-python/sdnotify/Manifest +++ b/dev-python/sdnotify/Manifest @@ -1 +1 @@ -DIST sdnotify-0.3.2.tar.gz 2459 BLAKE2B 1d1846e37889c36cfa7242d14e4040ebb9b73d3e53f5a3423447ae1a4912373e4249faa7803ac212e3c7d64371d1fe9e1be2d56f8604791cead2cbe22e422053 SHA512 f7e7d38c8d7f56ebad8b0343361a0bf6177208b94916430343a0a392015622d7bb62aa391e17956e5aa9a0d7189c79268cb86c46bb52b36488df5aebca5cfbd3 +DIST bb4242-sdnotify-0.3.2.tar.gz 3302 BLAKE2B add938bb947d8834abc9cbfaae28dfd85d9e9580d130f6dac0660a1f06f291723b909eac61eb39023d999566568985f93ab07587ab235bdfe79fe09efca28874 SHA512 08fbbd2865ac075f0faa4ee3c1a9e5afb824318a4863cc603bc544ebb173d9f1caf4941df19470c0c506b4f518cc1f30ec1d8be70b03a46afadf490765af2e55 diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild index 02e183b91..ed6c2d2d7 100644 --- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild +++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Python implementation of the systemd sd_notify protocol" HOMEPAGE="https://github.com/bb4242/sdnotify" -SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> bb4242-${P}.tar.gz" LICENSE="MIT" SLOT="0" |