Skip to content

Commit

Permalink
leptonica: Update to 1.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Oct 19, 2024
1 parent 7b2e940 commit ea6944e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mingw-w64-leptonica/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
_realname=leptonica
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.84.1
pkgver=1.85.0
pkgrel=1
pkgdesc="An open source C library for efficient image processing and image analysis operations (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='http://www.leptonica.org'
msys2_repository_url='https://github.com/danbloomberg/leptonica'
msys2_references=(
"cpe: cpe:/a:leptonica:leptonica"
)
Expand All @@ -22,7 +23,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=('2b3e1254b1cca381e77c819b59ca99774ff43530209b9aeb511e1d46588a64f6')
sha256sums=('3745ae3bf271a6801a2292eead83ac926e3a9bc1bf622e9cd4dd0f3786e17205')

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

0 comments on commit ea6944e

Please sign in to comment.