summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Nixon2016-11-29 16:28:54 +0000
committerChris Nixon2016-11-29 16:28:54 +0000
commita26fb4ff64188a529a9aaa8d8ab7a015ec16d90b (patch)
tree3f3540e8aae27619840248379fa0737036f792c5 /PKGBUILD
parent4a218723cd3a917e4c70a0e99e308e4ff75445ca (diff)
downloadaur-a26fb4ff64188a529a9aaa8d8ab7a015ec16d90b.tar.gz
Move source to github
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58118c3dba70..441505e70993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Chris Nixon <chris.nixon@sigma.me.uk>
pkgname="tesseract-ocr-git"
-pkgver=3.04.rc1.r66.g941d870
+pkgver=3.05.00dev.r511.gdd9452c
pkgrel=1
pkgdesc="OCR Engine developed at HP Labs and now sponsored by Google."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('Apache')
groups=()
depends=('gcc-libs' 'libtiff' 'libpng' 'leptonica' 'giflib' 'libjpeg')
optdepends=('cairo' 'icu' 'pango')
-source=('tesseract-ocr::git+https://code.google.com/p/tesseract-ocr')
+source=('tesseract-ocr::git+https://github.com/tesseract-ocr/tesseract')
makedepends=('git' 'pango' 'icu' 'cairo')
provides=('tesseract')
conflicts=('tesseract')