mdbook: update to 0.4.43

This commit is contained in:
Mehdi Chinoune 2025-01-07 17:34:23 +00:00 committed by مهدي شينون (Mehdi Chinoune)
parent e893da6b90
commit 732e170922

View File

@ -4,7 +4,7 @@ _realName=mdBook
_realname=${_realName,,}
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.4.42
pkgver=0.4.43
pkgrel=1
pkgdesc="Create book from markdown files, like Gitbook but implemented in Rust (mingw-w64)"
arch=('any')
@ -19,7 +19,7 @@ license=('spdx:MPL-2.0')
makedepends=("${MINGW_PACKAGE_PREFIX}-rust")
optdepends=("${MINGW_PACKAGE_PREFIX}-mdbook-pikchr: To render pikchr code blocks as image")
source=("$url/archive/v$pkgver/$_realName-$pkgver.tar.gz")
sha256sums=('cf1c7c293fd1ad3d51fe13cd385303df8b30004ba5edcc35dd8dbd23d670d528')
sha256sums=('7213c006d78dafa0d7a893bdb8fd3814bbf4d6794ffb97822038185364b73f77')
prepare() {
cd "${srcdir}/${_realName}-${pkgver}"