Skip to content

Commit

Permalink
Merge pull request #20937 from podsvirov/mdbook-update
Browse files Browse the repository at this point in the history
mdbook: update to 0.4.40
  • Loading branch information
podsvirov committed May 17, 2024
2 parents 23874cd + 0ac4cf7 commit fade2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-mdbook/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realName=mdBook
_realname=${_realName,,}
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.4.37
pkgver=0.4.40
pkgrel=1
pkgdesc="Create book from markdown files, like Gitbook but implemented in Rust (mingw-w64)"
arch=('any')
Expand All @@ -18,7 +18,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=('7a360cb8702d8a35d9db9d0639a6a4650d3a9492970cf772f49c5a99d981272c')
sha256sums=('550da7ff02ef62c60db6e813b6dbae65b9ed3d491186ea74929536feaceea94b')

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

0 comments on commit fade2d9

Please sign in to comment.