git » python-myst-parser.git » commit c099454

upgpkg: 0.18.1-1

author Filipe Laíns
2022-10-10 22:23:25 UTC
committer Filipe Laíns
2022-10-10 22:23:25 UTC
parent 5ee908af75352daf79d005c9e56dbb1d99822c7b

upgpkg: 0.18.1-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index f5d3fe3..7ac26aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 _pkgname=MyST-Parser
 pkgname=python-myst-parser
-pkgver=0.18.0
+pkgver=0.18.1
 pkgrel=1
 pkgdesc='An extended commonmark compliant parser, with bridges to docutils/sphinx'
 arch=('any')
@@ -14,7 +14,7 @@ optdepends=('python-linkify-it-py: linkify support')
 makedepends=('python-build' 'python-installer' 'python-flit-core' 'python-wheel')
 checkdepends=('python-beautifulsoup4' 'python-linkify-it-py' 'python-pytest' 'python-pytest-param-files' 'python-pytest-regressions' 'python-sphinx-pytest')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('919494467de3f0cd97c9c8062626b88c22fd0596e120b7ca117b8bce18d9fad9faf06a36e4c5bd8a4dad838c888524c780beceaf3e7acb42232bd3c903fabc3f')
+sha512sums=('4bc3a89480f175779da4f093aaa99a1516f76ab4107dcf8747b6614f347e91739f8596693f95529d76aedbb0c84b4efde4262517bc445aa7027d51e05e8b48bc')
 
 build() {
   cd $_pkgname-$pkgver