commit: 8abb858983c27ef36663b47a8cc771ab93fe4296 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun Mar 28 10:46:26 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun Mar 28 10:46:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8abb8589
sys-apps/qjournalctl: properly name tarball Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sys-apps/qjournalctl/Manifest | 2 +- sys-apps/qjournalctl/qjournalctl-0.6.2.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/qjournalctl/Manifest b/sys-apps/qjournalctl/Manifest index 35cf133fd..3a076e9ef 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 a56649222..57e0b6058 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"
