diff options
author | root <root@rshg054.dnsready.net> | 2013-07-13 01:48:00 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-13 01:48:00 -0700 |
commit | c9952f3a144d9fb19917d7c100dca30d2d99f629 (patch) | |
tree | 94cc27a7d3077f0c571751f92f5cc6261d183dd8 /extra/ocrad | |
parent | 0d51c533d75a26daabeb9e7b9c5dcfb211498a4d (diff) |
Sat Jul 13 01:47:15 PDT 2013
Diffstat (limited to 'extra/ocrad')
-rw-r--r-- | extra/ocrad/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/ocrad/PKGBUILD b/extra/ocrad/PKGBUILD index 558a54992..90456409a 100644 --- a/extra/ocrad/PKGBUILD +++ b/extra/ocrad/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 143923 2011-11-30 20:57:38Z giovanni $ +# $Id: PKGBUILD 190021 2013-07-12 22:00:10Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> pkgname=ocrad -pkgver=0.21 -pkgrel=2 +pkgver=0.22 +pkgrel=1 pkgdesc="An Optical Character Recognition program" arch=('i686' 'x86_64') url="http://www.gnu.org/software/ocrad/ocrad.html" license=('GPL3') depends=('gcc-libs' 'texinfo') install=ocrad.install -source=("http://ftp.gnu.org/gnu/ocrad/ocrad-$pkgver.tar.gz") -md5sums=('83f9eae9d808f9d86c181538d3f64aed') +source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz") +md5sums=('e84f0fb0dcd9b7b067201f9a3b89e06c') build() { cd "${srcdir}/${pkgname}-${pkgver}" |