commit: 73a5743b9c3694c1c2952fbafe645c0c8dd646ba
Author: ingenarel <ingenarelitems <AT> gmail <DOT> com>
AuthorDate: Mon Jul 21 22:03:14 2025 +0000
Commit: Saad Abdullah <ingenarelitems <AT> gmail <DOT> com>
CommitDate: Mon Jul 21 22:03:14 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73a5743b
app-misc/walld: use $PV instead of static version
fixes the following pkgchek warnings:
app-misc/walld
StaticSrcUri: version 1.4.4: '1.4.4' in SRC_URI, replace with ${PV}
StaticSrcUri: version 1.4.4: 'walld-1.4.4' in SRC_URI, replace with ${P}
Signed-off-by: ingenarel <ingenarelitems <AT> gmail.com>
app-misc/walld/walld-1.4.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/walld/walld-1.4.4.ebuild
b/app-misc/walld/walld-1.4.4.ebuild
index 5bc476ee6f..bdf48b4ad4 100644
--- a/app-misc/walld/walld-1.4.4.ebuild
+++ b/app-misc/walld/walld-1.4.4.ebuild
@@ -7,7 +7,7 @@ inherit optfeature meson
DESCRIPTION="A Wallpaper daemon"
HOMEPAGE="https://github.com/Dotz0cat/walld"
-SRC_URI="https://github.com/Dotz0cat/walld/archive/refs/tags/1.4.4.tar.gz ->
walld-1.4.4.tar.gz"
+SRC_URI="https://github.com/Dotz0cat/walld/archive/refs/tags/$PV.tar.gz ->
walld-$PV.tar.gz"
LICENSE="GPL-3"
SLOT="0"