dev-python/unpaddedbase64: improve SRC_URI

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2020-09-25 12:45:22 +03:00
parent cf088c579f
commit 0bc7eae7e3
No known key found for this signature in database
GPG Key ID: 7211B3F7B598F87A
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ inherit distutils-r1
DESCRIPTION="Encode and decode Base64 without "=" padding."
HOMEPAGE="https://github.com/matrix-org/python-unpaddedbase64"
SRC_URI="https://github.com/matrix-org/python-unpaddedbase64/archive/v"${PV}".tar.gz -> "${PF}".tar.gz"
SRC_URI="https://github.com/matrix-org/python-unpaddedbase64/archive/v"${PV}".tar.gz -> "${P}".tar.gz"
LICENSE="Apache-2.0"
SLOT="0"