media-video/tartube: fix SRC_URI

Package-Manager: Portage-2.3.84, Repoman-2.3.20
This commit is contained in:
XGQT 2020-03-03 01:13:21 +01:00
parent 41b8f229ae
commit daafa22cd5
No known key found for this signature in database
GPG Key ID: 2089DEC77862433A
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
DIST v2.0.0.tar.gz 1726296 BLAKE2B 7d0d0c83845ddc6717457ec3c0f701f818211680bc69cebfc246aba768379e9372786083444d9bfffcde0a382e84171532f7218580bcf93b62ab1e88a4859d88 SHA512 dd5126fb690a49c4cb7d937aa7abc2e6bbc9327eb1cf17fa9bcdbfe865e6a46be0cb7fcafe487ceebcd9c10f0436fd798836e5ed4cb520657777db25749ad403
DIST tartube-2.0.0.tar.gz 1726296 BLAKE2B 7d0d0c83845ddc6717457ec3c0f701f818211680bc69cebfc246aba768379e9372786083444d9bfffcde0a382e84171532f7218580bcf93b62ab1e88a4859d88 SHA512 dd5126fb690a49c4cb7d937aa7abc2e6bbc9327eb1cf17fa9bcdbfe865e6a46be0cb7fcafe487ceebcd9c10f0436fd798836e5ed4cb520657777db25749ad403

View File

@ -15,7 +15,7 @@ if [[ "${PV}" == *9999* ]]; then
EGIT_REPO_URI="https://github.com/axcore/${PN}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/axcore/${PN}/archive/v${PV}.tar.gz"
SRC_URI="https://github.com/axcore/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi

View File

@ -15,7 +15,7 @@ if [[ "${PV}" == *9999* ]]; then
EGIT_REPO_URI="https://github.com/axcore/${PN}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/axcore/${PN}/archive/v${PV}.tar.gz"
SRC_URI="https://github.com/axcore/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi