jq: update secondary arch provides (again)

This commit is contained in:
augiedoggie
2023-09-06 18:41:32 -06:00
committed by GitHub
parent 401c7b4e4d
commit f33b543401

View File

@@ -10,7 +10,7 @@ is often shorter and simpler than youd expect."
HOMEPAGE="http://jqlang.github.io/jq/"
COPYRIGHT="2012,2015 Stephen Dolan"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="http://github.com/jqlang/jq/releases/download/jq-$portVersion/jq-$portVersion.tar.gz"
CHECKSUM_SHA256="402a0d6975d946e6f4e484d1a84320414a0ff8eb6cf49d2c11d144d4d344db62"
@@ -28,7 +28,7 @@ libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="
jq$secondaryArchSuffix = $portVersion
cmd:jq = $portVersion
lib:libjq = $libVersionCompat
lib:libjq$secondaryArchSuffix = $libVersionCompat
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -37,7 +37,7 @@ REQUIRES="
PROVIDES_devel="
jq${secondaryArchSuffix}_devel = $portVersion
devel:libjq = $libVersionCompat
devel:libjq$secondaryArchSuffix = $libVersionCompat
"
REQUIRES_devel="
jq$secondaryArchSuffix == $portVersion base