diff options
Diffstat (limited to 'community/yagf')
-rw-r--r-- | community/yagf/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/yagf/PKGBUILD b/community/yagf/PKGBUILD index a810ad8c5..369ee25a1 100644 --- a/community/yagf/PKGBUILD +++ b/community/yagf/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 85428 2013-03-01 10:43:02Z andrea $ +# $Id: PKGBUILD 105975 2014-02-20 09:03:10Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: das-ich <das-ich@yandex.ru> pkgname=yagf -pkgver=0.9.2 -pkgrel=3 -pkgdesc="QT4-based GUI for Cuneiform and Tesseract OCRs" +pkgver=0.9.3 +pkgrel=1 +pkgdesc="Qt4-based GUI for Cuneiform and Tesseract OCRs" arch=(i686 x86_64) url="http://symmetrica.net/cuneiform-linux/yagf-en.html" license=('GPL') @@ -16,7 +16,7 @@ optdepends=('cuneiform: recognition tool' makedepends=('cmake') install=yagf.install source=(http://symmetrica.net/cuneiform-linux/${pkgname}-${pkgver}.tar.gz) -md5sums=('13592e52006d20f71c0094aafb13ed0e') +md5sums=('54549f1daef831ca88532b450a9cf1d9') build() { cd "${srcdir}/${pkgname}-$pkgver" |