diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-02-06 20:00:04 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-02-06 20:00:04 +0000 |
commit | b3fe173e20426b42e6a1a13844ac012d4f144dc3 (patch) | |
tree | 531763cf077d74627717c12647b141ca4e8a1c17 /community | |
parent | cbf6fcec23d554376afbf7c74fcfbae1bdef17d0 (diff) | |
download | aports-b3fe173e20426b42e6a1a13844ac012d4f144dc3.tar.bz2 aports-b3fe173e20426b42e6a1a13844ac012d4f144dc3.tar.xz |
community/tesseract-ocr: rebuild against icu-63.1
Diffstat (limited to 'community')
-rw-r--r-- | community/tesseract-ocr/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tesseract-ocr/APKBUILD b/community/tesseract-ocr/APKBUILD index 8333609813..75791e8125 100644 --- a/community/tesseract-ocr/APKBUILD +++ b/community/tesseract-ocr/APKBUILD @@ -3,7 +3,7 @@ pkgname=tesseract-ocr pkgver=4.0.0 _tdver=4.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="open source OCR engine" url="https://github.com/tesseract-ocr/tesseract/releases" arch="all" |