mdbook-pikchr: Update to 0.1.7

This commit is contained in:
Konstantin Podsvirov
2023-10-03 00:57:29 +03:00
committed by Biswapriyo Nath
parent a6610a14c2
commit aff8a7ae7b

View File

@@ -3,7 +3,7 @@
_realname=mdbook-pikchr
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.1.6
pkgver=0.1.7
pkgrel=1
pkgdesc="A mdbook preprocessor to render pikchr code blocks as images in your book (mingw-w64)"
arch=('any')
@@ -14,7 +14,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-mdbook")
makedepends=("${MINGW_PACKAGE_PREFIX}-rust")
options=('staticlibs' 'strip')
source=("${_realname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('d78aab2d34274153446b0d6ba6afa21e21a18ee14c7b226b87b5bf43669697b0')
sha256sums=('e3f1bcba19db94fa66ea12152e7082de0e1ad6171b1fd6638f2b65a9cfbb5b60')
prepare() {
cd "${srcdir}"
@@ -44,7 +44,8 @@ build() {
rm -rf target src
rm -f book.toml Cargo.lock Cargo.toml \
build.rs LICENSE Makefile \
.gitignore .nojekyll
.gitignore .nojekyll \
Dockerfile
}
check() {