summaryrefslogtreecommitdiff
path: root/games-rpg
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-08-05 07:59:49 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-08-05 07:59:49 -0400
commitc7c4fcff0eca356dbfe28e08a5844d8f3a3426bf (patch)
treec52942c0945dbc8322d31c510f06d443d43e3ee5 /games-rpg
parent97a20234d3c9e118af296389198aa92aa530ea8f (diff)
downloadgentoo-overlay-c7c4fcff0eca356dbfe28e08a5844d8f3a3426bf.tar.xz
gentoo-overlay-c7c4fcff0eca356dbfe28e08a5844d8f3a3426bf.zip
games-rpg/runescape-launcher: ues https, fix QA_PREBUILT
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/runescape-launcher/runescape-launcher-2.2.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-rpg/runescape-launcher/runescape-launcher-2.2.7.ebuild b/games-rpg/runescape-launcher/runescape-launcher-2.2.7.ebuild
index a071d10..e26b693 100644
--- a/games-rpg/runescape-launcher/runescape-launcher-2.2.7.ebuild
+++ b/games-rpg/runescape-launcher/runescape-launcher-2.2.7.ebuild
@@ -7,7 +7,7 @@ inherit unpacker
DESCRIPTION="Official RuneScape NXT client launcher"
HOMEPAGE="http://www.runescape.com"
-SRC_URI="http://content.runescape.com/downloads/ubuntu/pool/non-free/${PN:0:1}/${PN}/${PN}_${PV}_amd64.deb"
+SRC_URI="https://content.runescape.com/downloads/ubuntu/pool/non-free/${PN:0:1}/${PN}/${PN}_${PV}_amd64.deb"
LICENSE="RuneScape-EULA"
SLOT="0"
@@ -28,7 +28,7 @@ RDEPEND="
BDEPEND=""
RESTRICT="bindist mirror strip"
-QA_PREBUILT="/opt/runescape-launcher/runescape"
+QA_PREBUILT="/usr/share/games/runescape-launcher/runescape"
S="${WORKDIR}"