diff options
author | 2021-03-28 12:46:26 +0200 | |
---|---|---|
committer | 2021-03-28 12:46:26 +0200 | |
commit | 8abb858983c27ef36663b47a8cc771ab93fe4296 (patch) | |
tree | 185a44c7d51a4d3857c3afc666d2c2efa453f433 /sys-apps | |
parent | sci-physics/SU2: fix DoublePrefixInPath (diff) | |
download | guru-8abb858983c27ef36663b47a8cc771ab93fe4296.tar.gz guru-8abb858983c27ef36663b47a8cc771ab93fe4296.tar.bz2 guru-8abb858983c27ef36663b47a8cc771ab93fe4296.zip |
sys-apps/qjournalctl: properly name tarball
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/qjournalctl/Manifest | 2 | ||||
-rw-r--r-- | 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" |