Skip to content

Commit

Permalink
leptonica: Update to 1.75.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Apr 9, 2018
1 parent 2a3828c commit fa19af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-leptonica/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=leptonica
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.74.4
pkgver=1.75.3
pkgrel=1
pkgdesc="Leptonica library (mingw-w64)"
arch=('any')
Expand All @@ -19,7 +19,7 @@ depends=(${MINGW_PACKAGE_PREFIX}-gcc-libs
${MINGW_PACKAGE_PREFIX}-zlib)
options=('!libtool' 'strip')
source=(https://github.com/DanBloomberg/leptonica/releases/download/${pkgver}/${_realname}-${pkgver}.tar.gz)
sha256sums=('29c35426a416bf454413c6fec24c24a0b633e26144a17e98351b6dffaa4a833b')
sha256sums=('a00f8fb06829ca6c8262bec8f78a6f985e049786f7c872a37b72fd7051ea087a')

prepare() {
cd "${srcdir}/${_realname}-${pkgver}"
Expand Down

0 comments on commit fa19af8

Please sign in to comment.