diff options
Diffstat (limited to 'dev-db/sqlite/sqlite-3.42.0.ebuild')
-rw-r--r-- | dev-db/sqlite/sqlite-3.42.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/sqlite/sqlite-3.42.0.ebuild b/dev-db/sqlite/sqlite-3.42.0.ebuild index 8e4f233695fa..e6a1a94de643 100644 --- a/dev-db/sqlite/sqlite-3.42.0.ebuild +++ b/dev-db/sqlite/sqlite-3.42.0.ebuild @@ -14,9 +14,9 @@ if [[ ${PV} == 9999 ]]; then S="${WORKDIR}"/${PN} PROPERTIES="live" else - SRC_PV="$(printf "%u%02u%02u%02u" $(ver_rs 1- " "))" + printf -v SRC_PV "%u%02u%02u%02u" $(ver_rs 1- " ") DOC_PV="${SRC_PV}" - #DOC_PV="$(printf "%u%02u%02u00" $(ver_rs 1-3 " "))" + #printf -v DOC_PV "%u%02u%02u00" $(ver_rs 1-3 " ") SRC_URI=" https://sqlite.org/2023/${PN}-src-${SRC_PV}.zip |