* update python-mistune to 1:3.1.0-1
This commit is contained in:
parent
e81b866d2e
commit
4c02e2ada8
@ -1,7 +1,7 @@
|
||||
pkgbase = python-mistune
|
||||
pkgdesc = A fast yet powerful Python Markdown parser with renderers and plugins
|
||||
pkgver = 3.0.2
|
||||
pkgrel = 3
|
||||
pkgver = 3.1.0
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://mistune.lepture.com
|
||||
arch = any
|
||||
@ -12,8 +12,8 @@ pkgbase = python-mistune
|
||||
makedepends = python-setuptools
|
||||
makedepends = python-wheel
|
||||
depends = python
|
||||
source = https://github.com/lepture/mistune/archive/v3.0.2/python-mistune-3.0.2.tar.gz
|
||||
sha512sums = c3075f5834e200a900f31478eb652745e3cce4e9cbc25796b65fe3998bdfa05eef327bb851aefd7128577660c3f48982d36bb2cec2d8d2a6fbb64dee2516b57b
|
||||
b2sums = c8e24d4af55cc4ba2fd4288b3296d1846a56f15f04f252325ff01be566b0e1eae830bda59a387d4ef3d95f5d0ee9c75561664fcf0211b48c1f62692a0d414bf6
|
||||
source = https://github.com/lepture/mistune/archive/v3.1.0/python-mistune-3.1.0.tar.gz
|
||||
sha512sums = 4672208560457546fdc27708a3a82c6355ea2b3c88ffaf3fa6e4faef526effa878aa3e489e99a97c0cf2fd9c904a76ba2c93aef543dce034d0c593151ee8e9e0
|
||||
b2sums = a095dc6eaa300f1eb1ac9a97d7066c28970635b0b88231583fe95e083b470e9f24d7d6a411b8185a75d8ebafa676694cf5af72271d390b86d6ce89a74ab7bc6d
|
||||
|
||||
pkgname = python-mistune
|
||||
|
@ -1,6 +1,4 @@
|
||||
[python-mistune]
|
||||
source = "github"
|
||||
github = "lepture/mistune"
|
||||
source = "git"
|
||||
git = "https://github.com/lepture/mistune.git"
|
||||
prefix = "v"
|
||||
use_max_tag = true
|
||||
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
pkgname=python-mistune
|
||||
_pkgname=mistune
|
||||
pkgver=3.0.2
|
||||
pkgrel=3
|
||||
pkgver=3.1.0
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="A fast yet powerful Python Markdown parser with renderers and plugins"
|
||||
arch=(any)
|
||||
@ -17,8 +17,8 @@ depends=('python')
|
||||
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
|
||||
checkdepends=('python-pytest')
|
||||
source=("https://github.com/lepture/mistune/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha512sums=('c3075f5834e200a900f31478eb652745e3cce4e9cbc25796b65fe3998bdfa05eef327bb851aefd7128577660c3f48982d36bb2cec2d8d2a6fbb64dee2516b57b')
|
||||
b2sums=('c8e24d4af55cc4ba2fd4288b3296d1846a56f15f04f252325ff01be566b0e1eae830bda59a387d4ef3d95f5d0ee9c75561664fcf0211b48c1f62692a0d414bf6')
|
||||
sha512sums=('4672208560457546fdc27708a3a82c6355ea2b3c88ffaf3fa6e4faef526effa878aa3e489e99a97c0cf2fd9c904a76ba2c93aef543dce034d0c593151ee8e9e0')
|
||||
b2sums=('a095dc6eaa300f1eb1ac9a97d7066c28970635b0b88231583fe95e083b470e9f24d7d6a411b8185a75d8ebafa676694cf5af72271d390b86d6ce89a74ab7bc6d')
|
||||
|
||||
build() {
|
||||
cd "${_pkgname}-${pkgver}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user