tesseract_data: fix requires

This commit is contained in:
Sergei Reznikov
2018-01-10 10:36:41 +03:00
parent 038db65be6
commit fe08c9deeb

View File

@@ -6,7 +6,7 @@ HOMEPAGE="https://github.com/tesseract-ocr/"
LICENSE="Apache v2" LICENSE="Apache v2"
COPYRIGHT="1985-1995 HP labs COPYRIGHT="1985-1995 HP labs
2012 Google Inc." 2012 Google Inc."
REVISION="1" REVISION="2"
SOURCE_URI="https://github.com/tesseract-ocr/tessdata/archive/$portVersion.tar.gz" SOURCE_URI="https://github.com/tesseract-ocr/tessdata/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="5dcb37198336b6953843b461ee535df1401b41008d550fc9e43d0edabca7adb1" CHECKSUM_SHA256="5dcb37198336b6953843b461ee535df1401b41008d550fc9e43d0edabca7adb1"
SOURCE_DIR="tessdata-$portVersion" SOURCE_DIR="tessdata-$portVersion"
@@ -142,7 +142,7 @@ for lang in "${!languages[@]}"; do
\"; \ \"; \
REQUIRES_${lang}=\"\ REQUIRES_${lang}=\"\
haiku\n\ haiku\n\
tesseract >= 3\n\ tesseract$secondaryArchSuffix >= 3\n\
\"" \""
done done