Skip to content

Commit

Permalink
leptonica: Update to 1.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jannick0 committed Dec 24, 2023
1 parent 889334e commit f30e96b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.83.1
pkgver=1.84.0
pkgrel=1
pkgdesc="An open source C library for efficient image processing and image analysis operations (mingw-w64)"
arch=('any')
Expand All @@ -19,7 +19,7 @@ depends=(${MINGW_PACKAGE_PREFIX}-giflib
${MINGW_PACKAGE_PREFIX}-openjpeg2
${MINGW_PACKAGE_PREFIX}-zlib)
source=("https://github.com/DanBloomberg/leptonica/releases/download/${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('8f18615e0743af7df7f50985c730dfcf0c93548073d1f56621e4156a8b54d3dd')
sha256sums=('42a029312a1df0cd5640195a979be81bf66230e153164cac456478454e7206d5')

prepare() {
cd "${srcdir}/${_realname}-${pkgver}"
Expand All @@ -33,7 +33,7 @@ build() {
mkdir -p "${srcdir}/build-${MSYSTEM}" && cd "${srcdir}/build-${MSYSTEM}"

CFLAGS+=" -DMINIMUM_SEVERITY=L_SEVERITY_WARNING"
../"${_realname}-${pkgver}"/configure \
../"${_realname}-${pkgver}"/configure -C \
--prefix="${MINGW_PREFIX}" \
--build="${MINGW_CHOST}" \
--host="${MINGW_CHOST}" \
Expand Down

0 comments on commit f30e96b

Please sign in to comment.