summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-01-03 11:30:09 +0100
committerLars Wendler <polynomial-c@gentoo.org>2020-01-03 11:30:22 +0100
commit0b412e952629660b1c1e3b5fa132b8125a6f6b69 (patch)
tree158e03825ff536edc4d83c7405c9a5ddbf2185e0 /media-sound/clementine/clementine-9999.ebuild
parentmedia-sound/clementine: Bump to version 1.4.0_rc1. Removed old (diff)
downloadgentoo-0b412e952629660b1c1e3b5fa132b8125a6f6b69.tar.gz
gentoo-0b412e952629660b1c1e3b5fa132b8125a6f6b69.tar.bz2
gentoo-0b412e952629660b1c1e3b5fa132b8125a6f6b69.zip
media-sound/clementine: Synced live ebuild
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-sound/clementine/clementine-9999.ebuild')
-rw-r--r--media-sound/clementine/clementine-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-9999.ebuild
index 896d3d9b097e..edb23f4f60da 100644
--- a/media-sound/clementine/clementine-9999.ebuild
+++ b/media-sound/clementine/clementine-9999.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://github.com/clementine-player/Clementine.git"
inherit git-r3
else
- S="${WORKDIR}/${PN^}-${PV}"
+ S="${WORKDIR}/${P/_}"
SRC_URI_BASE="https://github.com/clementine-player/${PN^}"
COMMIT=""
if [[ -n "${COMMIT}" ]] ; then
@@ -21,7 +21,7 @@ else
elif [[ $(ver_cut 3) -gt 90 ]] ; then
SRC_URI="${SRC_URI_BASE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
else
- SRC_URI="${SRC_URI_BASE}/releases/download/${PV}/${P}.tar.xz"
+ SRC_URI="${SRC_URI_BASE}/releases/download/${PV/_}/${P/_}.tar.xz"
fi
KEYWORDS="~amd64 ~x86"
fi