osmctools, revbump add missing runtime requirements (#13363)

This commit is contained in:
Schrijvers Luc
2025-12-12 16:43:31 +01:00
committed by GitHub
parent b6d876e9cc
commit 1bc7c9ee96

View File

@@ -5,7 +5,7 @@ an .osm, .o5m or .pbf file"
HOMEPAGE="https://gitlab.com/osm-c-tools/osmctools"
COPYRIGHT="2018 Markus Weber & David Peleino"
LICENSE="AGPL-3.0"
REVISION="1"
REVISION="2"
SOURCE_URI="https://gitlab.com/osm-c-tools/osmctools/-/archive/$portVersion/osmctools-$portVersion.tar.bz2"
CHECKSUM_SHA256="b38ae550e884a21dfa0bd8ad176b739a3e16c8350152923530cc5011bd219708"
@@ -27,6 +27,8 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
cmd:rsync
cmd:wget
lib:libz$secondaryArchSuffix
"