mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user