app-dicts/dictd-foldoc: replace static version with ${PV}

fixes the following pkgcheck warning:

app-dicts/dictd-foldoc
  StaticSrcUri: version 20180405: '20180405' in SRC_URI, replace with ${PV}

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
This commit is contained in:
ingenarel
2025-07-18 16:46:11 +06:00
parent 856ee12fcc
commit 23e258883c

View File

@@ -5,7 +5,7 @@ EAPI=8
DESCRIPTION="The Free On-line Dictionary of Computing for dict"
HOMEPAGE="https://foldoc.org"
SRC_URI="https://web.archive.org/web/20180405153121/http://foldoc.org/Dictionary -> ${P}.txt"
SRC_URI="https://web.archive.org/web/${PV}153121/http://foldoc.org/Dictionary -> ${P}.txt"
S="${WORKDIR}"
LICENSE="FDL-1.1+"
SLOT="0"