diff --git a/dev-cpp/xdgcfg/Manifest b/dev-cpp/xdgcfg/Manifest index dc719bc..4d423e4 100644 --- a/dev-cpp/xdgcfg/Manifest +++ b/dev-cpp/xdgcfg/Manifest @@ -1 +1 @@ -DIST 0.5.0.tar.gz 6365 BLAKE2B 45da1564a2ab5cd52c2b41f53000bf7d88757d175b29e2244c51a4440e4f6d7260c53c2ca9734eea18f3635240065908701b312d7ab1b40a42438994e67294c2 SHA512 8fde22a7b9a6a313b504469afe9015d5378e70c1872d919f976f1c12132d4dadf1e3411e29443718040adc433191319395358da1002fe638ca878440319f38b2 +DIST xdgcfg-0.5.0.tar.gz 6365 BLAKE2B 45da1564a2ab5cd52c2b41f53000bf7d88757d175b29e2244c51a4440e4f6d7260c53c2ca9734eea18f3635240065908701b312d7ab1b40a42438994e67294c2 SHA512 8fde22a7b9a6a313b504469afe9015d5378e70c1872d919f976f1c12132d4dadf1e3411e29443718040adc433191319395358da1002fe638ca878440319f38b2 diff --git a/dev-cpp/xdgcfg/xdgcfg-0.5.0.ebuild b/dev-cpp/xdgcfg/xdgcfg-0.5.0.ebuild index 405bc94..b70ecb7 100644 --- a/dev-cpp/xdgcfg/xdgcfg-0.5.0.ebuild +++ b/dev-cpp/xdgcfg/xdgcfg-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019, 2020 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit cmake DESCRIPTION="Wrapper around libconfig that writes and reads files in XDG_CONFIG_HOME" HOMEPAGE="https://schlomp.space/tastytea/xdgcfg" -SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz" +SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="CC0-1.0" SLOT="0"