diff options
Diffstat (limited to 'community/ocrad/PKGBUILD')
-rw-r--r-- | community/ocrad/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ocrad/PKGBUILD b/community/ocrad/PKGBUILD index bf3ebf7b3..3ae253c77 100644 --- a/community/ocrad/PKGBUILD +++ b/community/ocrad/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 102179 2013-12-06 12:13:24Z giovanni $ +# $Id: PKGBUILD 108204 2014-03-24 17:59:16Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> pkgname=ocrad -pkgver=0.22 +pkgver=0.23 pkgrel=1 pkgdesc="An Optical Character Recognition program" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('gcc-libs' 'texinfo') install=ocrad.install options=('staticlibs') source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz") -md5sums=('e84f0fb0dcd9b7b067201f9a3b89e06c') +md5sums=('bbcf34ec2ed2f6303bf546021184921c') build() { cd "${srcdir}/${pkgname}-${pkgver}" |