diff --git a/sys-apps/qjournalctl/Manifest b/sys-apps/qjournalctl/Manifest index 35cf133fd0..3a076e9ef1 100644 --- a/sys-apps/qjournalctl/Manifest +++ b/sys-apps/qjournalctl/Manifest @@ -1 +1 @@ -DIST v0.6.2.tar.gz 43669 BLAKE2B e93c8d3db61cfc7e51cad876752ad7b5154d333cbc023c0f8793018ec518dd7e48fc8698f23e642df6c37a4d99f3b083b48ec8903826aebc50e1f9ec7c2ef762 SHA512 573e6de8348954a6687eb347d36d6c30b7ee7c2088b62bd4b22fae12ecf1dc563308ce2d7228a71c2747b6cb22081e3adf50dfae6a36c1fd9966f6f40492f2f0 +DIST qjournalctl-0.6.2.tar.gz 43669 BLAKE2B e93c8d3db61cfc7e51cad876752ad7b5154d333cbc023c0f8793018ec518dd7e48fc8698f23e642df6c37a4d99f3b083b48ec8903826aebc50e1f9ec7c2ef762 SHA512 573e6de8348954a6687eb347d36d6c30b7ee7c2088b62bd4b22fae12ecf1dc563308ce2d7228a71c2747b6cb22081e3adf50dfae6a36c1fd9966f6f40492f2f0 diff --git a/sys-apps/qjournalctl/qjournalctl-0.6.2.ebuild b/sys-apps/qjournalctl/qjournalctl-0.6.2.ebuild index a56649222e..57e0b60586 100644 --- a/sys-apps/qjournalctl/qjournalctl-0.6.2.ebuild +++ b/sys-apps/qjournalctl/qjournalctl-0.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit qmake-utils DESCRIPTION="Qt-based GUI for systemd's journalctl command" HOMEPAGE="https://github.com/pentix/qjournalctl" -SRC_URI="https://github.com/pentix/${PN}/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/pentix/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" #MY_P="${PN}-v${PV}" LICENSE="GPL-3"