mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
jq: update secondary arch provides (again)
This commit is contained in:
@@ -10,7 +10,7 @@ is often shorter and simpler than you’d 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
|
||||
|
||||
Reference in New Issue
Block a user