Advertisement
cmsigler

ocropy-git-v1.3.3.33.g19b4a7c-1_PKGBUILD.patch

Jun 1st, 2020
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. --- PKGBUILD.orig 2020-06-01 07:57:22.779357488 -0400
  2. +++ PKGBUILD 2020-06-01 11:41:30.973859365 -0400
  3. @@ -6,15 +6,15 @@
  4. pkgrel=1
  5. pkgdesc="Python-based OCR package using recurrent neural networks (formerly ocropus)"
  6. arch=('any')
  7. -url="https://github.com/tmbdev/ocropy"
  8. +url="https://github.com/tmbarchive/ocropy"
  9. license=('APACHE')
  10. depends=('python-imaging' 'python2-scipy' 'python2-matplotlib' 'python2-pytables'
  11. 'imagemagick' 'opencv' 'python2-beautifulsoup4')
  12. makedepends=('git')
  13. provides=('ocropy')
  14. conflicts=('ocropy')
  15. -source=('git+https://github.com/tmbdev/ocropy.git'
  16. - "http://www.tmbdev.net/en-default.pyrnn.gz")
  17. +source=('git+https://github.com/tmbarchive/ocropy.git'
  18. + 'https://github.com/zuphilip/ocropy-models/raw/master/en-default.pyrnn.gz')
  19. md5sums=('SKIP'
  20. 'cedd140c7d7650e910f0550ad0f04727')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement