diff options
author | root <root@rshg054.dnsready.net> | 2012-08-26 00:06:22 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-26 00:06:22 +0000 |
commit | ca0c70ec611689e1233665e7e8c0b1bb99415bc0 (patch) | |
tree | 439b447bff9aab3ded336caf0c5ae31c9197dabc /community/leptonica/PKGBUILD | |
parent | ed5050e0ce34cfd42511b855ff7c57f46ad65fc5 (diff) |
Sun Aug 26 00:06:21 UTC 2012
Diffstat (limited to 'community/leptonica/PKGBUILD')
-rw-r--r-- | community/leptonica/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/leptonica/PKGBUILD b/community/leptonica/PKGBUILD index d26373ec9..8b6b3dfd5 100644 --- a/community/leptonica/PKGBUILD +++ b/community/leptonica/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 74425 2012-07-28 07:40:25Z spupykin $ +# $Id: PKGBUILD 75457 2012-08-24 20:30:51Z arodseth $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Christoph Drexler <chrdr at gmx dot at> pkgname=leptonica pkgver=1.69 -pkgrel=3 +pkgrel=4 pkgdesc="Software that is broadly useful for image processing and image analysis applications" arch=('i686' 'x86_64') url="http://www.leptonica.com/" license=('custom') options=(!libtool) -depends=('giflib' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'libwebp') +depends=('giflib' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'libwebp=0.2.0') source=(http://www.leptonica.com/source/leptonica-${pkgver}.tar.gz) md5sums=('d4085c302cbcab7f9af9d3d6f004ab22') |