diff --git a/app-editors/sublime-text/sublime-text-4107.ebuild b/app-editors/sublime-text/sublime-text-4107.ebuild index 85ee0fc..02556d4 100644 --- a/app-editors/sublime-text/sublime-text-4107.ebuild +++ b/app-editors/sublime-text/sublime-text-4107.ebuild @@ -7,7 +7,7 @@ inherit desktop xdg-utils DESCRIPTION="Sophisticated text editor for code, markup and prose" HOMEPAGE="https://www.sublimetext.com" -SRC_URI="https://download.sublimetext.com/sublime_text_build_${PV}_x64.tar.bz2" +SRC_URI="https://download.sublimetext.com/sublime_text_build_${PV}_x64.tar.xz" LICENSE="Sublime" SLOT="0" @@ -22,7 +22,7 @@ RDEPEND=" dbus? ( sys-apps/dbus )" QA_PREBUILT="*" -S="${WORKDIR}/sublime_text_${MV}" +S="${WORKDIR}/sublime_text" # Sublime bundles the kitchen sink, which includes python and other assorted # modules. Do not try to unbundle these because you are guaranteed to fail.