diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-11 04:03:37 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-11 04:03:37 +0000 |
commit | e9edbddfc72fad97cd89e1f65e5718fc83be6bb5 (patch) | |
tree | 4d89837ca360352c969675d57607d461ddf431d6 /community/leptonica | |
parent | 1fc4a2dbc11c7c17bea5b98d2924e148869cae7b (diff) |
Fri Jul 11 04:00:23 UTC 2014
Diffstat (limited to 'community/leptonica')
-rw-r--r-- | community/leptonica/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/leptonica/PKGBUILD b/community/leptonica/PKGBUILD index bbaf8c46e..0f27a9fa1 100644 --- a/community/leptonica/PKGBUILD +++ b/community/leptonica/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 114932 2014-07-04 16:39:54Z spupykin $ +# $Id: PKGBUILD 115394 2014-07-10 09:24:15Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Christoph Drexler <chrdr at gmx dot at> pkgname=leptonica pkgver=1.71 -pkgrel=1 +pkgrel=2 pkgdesc="Software that is broadly useful for image processing and image analysis applications" arch=('i686' 'x86_64') url="http://www.leptonica.com/" @@ -12,12 +12,12 @@ license=('custom') depends=('giflib' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'libwebp') source=(http://www.leptonica.com/source/leptonica-${pkgver}.tar.gz giflib6.patch) -md5sums=('9840f758ff83ca0b5ec847a9fa8099b6' +md5sums=('790f34d682e6150c12c54bfe4a824f7f' 'deeea9d5dccd9a0fb4e0e4433db49086') prepare() { cd ${srcdir}/leptonica-${pkgver} - patch -p1 <$srcdir/giflib6.patch +# patch -p1 <$srcdir/giflib6.patch } build() { |