commit: 4247d662afe536d192d00a7ad6fb4a0ae3f6e2a7 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Thu May 6 00:18:58 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Thu May 6 00:22:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4247d662
net-misc/megasync: fix usptream Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> net-misc/megasync/megasync-4.3.8.0.ebuild | 5 ++++- net-misc/megasync/megasync-9999.ebuild | 5 ++++- net-misc/megasync/metadata.xml | 3 +++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/net-misc/megasync/megasync-4.3.8.0.ebuild b/net-misc/megasync/megasync-4.3.8.0.ebuild index 8d9107581..604202807 100644 --- a/net-misc/megasync/megasync-4.3.8.0.ebuild +++ b/net-misc/megasync/megasync-4.3.8.0.ebuild @@ -6,7 +6,10 @@ EAPI=7 inherit autotools desktop qmake-utils xdg cmake DESCRIPTION="The official Qt-based program for syncing your MEGA account in your PC" -HOMEPAGE="http://mega.co.nz" +HOMEPAGE=" + https://mega.io + https://github.com/meganz/MEGAsync +" if [[ ${PV} == 9999 ]];then inherit git-r3 diff --git a/net-misc/megasync/megasync-9999.ebuild b/net-misc/megasync/megasync-9999.ebuild index 64ae5753b..5447073f4 100644 --- a/net-misc/megasync/megasync-9999.ebuild +++ b/net-misc/megasync/megasync-9999.ebuild @@ -6,7 +6,10 @@ EAPI=7 inherit autotools desktop qmake-utils xdg cmake DESCRIPTION="The official Qt-based program for syncing your MEGA account in your PC" -HOMEPAGE="http://mega.co.nz" +HOMEPAGE=" + https://mega.io + https://github.com/meganz/MEGAsync +" if [[ ${PV} == 9999 ]];then inherit git-r3 diff --git a/net-misc/megasync/metadata.xml b/net-misc/megasync/metadata.xml index dbb25160c..045a9632b 100644 --- a/net-misc/megasync/metadata.xml +++ b/net-misc/megasync/metadata.xml @@ -6,6 +6,9 @@ <name>Samuel Bernardo</name> <description>megasync client from mega.nz</description> </maintainer> + <upstream> + <remote-id type="github">meganz/MEGAsync</remote-id> + </upstream> <use> <flag name='dolphin'>Upload your files to your Mega account from Dolphin file manager.</flag> <flag name='nautilus'>Upload your files to your Mega account from nautilus.</flag>
