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@gmail.com>
This commit is contained in:
ingenarel
2025-07-22 04:03:14 +06:00
parent f39a0bfc77
commit 73a5743b9c

View File

@@ -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"