--- PKGBUILD.orig 2020-06-01 07:57:22.779357488 -0400 +++ PKGBUILD 2020-06-01 11:41:30.973859365 -0400 @@ -6,15 +6,15 @@ pkgrel=1 pkgdesc="Python-based OCR package using recurrent neural networks (formerly ocropus)" arch=('any') -url="https://github.com/tmbdev/ocropy" +url="https://github.com/tmbarchive/ocropy" license=('APACHE') depends=('python-imaging' 'python2-scipy' 'python2-matplotlib' 'python2-pytables' 'imagemagick' 'opencv' 'python2-beautifulsoup4') makedepends=('git') provides=('ocropy') conflicts=('ocropy') -source=('git+https://github.com/tmbdev/ocropy.git' - "http://www.tmbdev.net/en-default.pyrnn.gz") +source=('git+https://github.com/tmbarchive/ocropy.git' + 'https://github.com/zuphilip/ocropy-models/raw/master/en-default.pyrnn.gz') md5sums=('SKIP' 'cedd140c7d7650e910f0550ad0f04727')