Skip to content

Commit

Permalink
tesseract-ocr: fix tessdata url
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
q66 authored and pullmoll committed Jul 8, 2019
1 parent 60bcbad commit beaf9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcpkgs/tesseract-ocr/template
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license="Apache-2.0"
homepage="https://github.com/tesseract-ocr/tesseract"
distfiles="
https://github.com/tesseract-ocr/tesseract/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz
https://github.com/tesseract-ocr/tessdata/archive/${version}.tar.gz>tessdata-${_tessdataver}.tar.gz"
https://github.com/tesseract-ocr/tessdata/archive/${_tessdataver}.tar.gz>tessdata-${_tessdataver}.tar.gz"
checksum="5c5ed5f1a76888dc57a83704f24ae02f8319849f5c4cf19d254296978a1a1961
38c637d3a1763f6c3d32e8f1d979f045668676ec5feb8ee1869ee77cedd31b08"

Expand Down

0 comments on commit beaf9cc

Please sign in to comment.