mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
zxing_cpp, revbump, change compat version (#9927)
This commit is contained in:
@@ -8,7 +8,7 @@ write barcodes in a number of formats."
|
||||
HOMEPAGE="https://github.com/zxing-cpp/zxing-cpp"
|
||||
COPYRIGHT="2016-2022 ZXing authors"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/zxing-cpp/zxing-cpp/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="02078ae15f19f9d423a441f205b1d1bee32349ddda7467e2c84e8f08876f8635"
|
||||
SOURCE_DIR="zxing-cpp-$portVersion"
|
||||
@@ -24,7 +24,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
fi
|
||||
|
||||
libVersion="$portVersion"
|
||||
libVersionCompat="$libVersion compat >= 3"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
zxing_cpp$secondaryArchSuffix = $portVersion
|
||||
|
||||
Reference in New Issue
Block a user