Skip to content

Commit

Permalink
python-myst-parser: update to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov committed Apr 29, 2024
1 parent 1a19b8f commit a204993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-myst-parser/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=MyST-Parser
pkgbase=mingw-w64-python-${_realname,,}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname,,}")
pkgver=3.0.0
pkgver=3.0.1
pkgrel=1
pkgdesc="An extended commonmark compliant parser, with bridges to docutils/sphinx (mingw-w64)"
arch=('any')
Expand All @@ -25,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-flit-core")
options=('!strip')
source=("$url/archive/v$pkgver/${_realname}-${pkgver}.tar.gz")
sha256sums=('db84c62ba578bbd43f068412d478a517dae579126f039fac83b08459237c4ae0')
sha256sums=('1686c63164d55db5f3e7ebea9a2c3a541f973f89b33a4e49390ef69ee89bd6a5')

build() {
cd "${srcdir}"
Expand Down

0 comments on commit a204993

Please sign in to comment.