summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHLFH2022-04-11 16:29:19 +0100
committerHLFH2022-04-11 16:29:19 +0100
commit6aa99e164b0bd25ac7d6deaac6946412954a996a (patch)
treea40b8853a79e50622cd5c9f8718d08615d6ce689 /PKGBUILD
parent537a6e81f7d2a296fb19ca4fd1d4632727fc4c5a (diff)
downloadaur-python-mistletoe.tar.gz
0.8.2 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 169601602dbc..547a8658c7bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: HLFH <gaspard@dhautefeuille.eu>
pkgname=('python-mistletoe')
-pkgver=0.8.1
+pkgver=0.8.2
pkgrel=1
pkgdesc='A fast, extensible Markdown parser in pure Python.'
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/miyuchina/mistletoe'
license=('MIT')
makedepends=('python-setuptools')
source=(https://github.com/miyuchina/mistletoe/archive/v${pkgver}.tar.gz)
-sha512sums=('52bc7fdf5576a7ff8300e9d28df0795defe1a9b76044382f9cb95d16d27ae797f2572b34a88b2939d3b6b2832507b5c9228445d3b7229cc515594a56e7e821af')
+sha512sums=('2591a39ffdf52d3b33f6dbe4534f907e0f9bb1c980d7c6112b844415ef3576e835877140a918a15e9a02ce1911156e18af8d7106153f72d84a2886ad77adb551')
package() {
cd "$srcdir/mistletoe-$pkgver"