* update python-mdit_py_plugins to 0.4.2-1

This commit is contained in:
Alexander Baldeck 2024-09-24 13:44:22 +02:00
parent 44d8b47195
commit 9df7218d74
3 changed files with 24 additions and 2 deletions

View File

@ -0,0 +1,17 @@
pkgbase = python-mdit_py_plugins
pkgdesc = Collection of core plugins for markdown-it-py
pkgver = 0.4.2
pkgrel = 1
url = https://github.com/executablebooks/mdit-py-plugins
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-regressions
makedepends = python-build
makedepends = python-installer
makedepends = python-flit-core
depends = python-markdown-it-py
source = python-mdit_py_plugins-0.4.2.tar.gz::https://github.com/executablebooks/mdit-py-plugins/archive/v0.4.2.tar.gz
sha512sums = 203a0243968eb9240436c992b70ad0a4b13a747af9ec1799408975cf430d908e8c161cc6810385e21e09eb2d50aeae73f0aed11790898e5d6291b0d4c20521cd
pkgname = python-mdit_py_plugins

View File

@ -0,0 +1,5 @@
[python-mdit_py_plugins]
source = "github"
github = "executablebooks/mdit-py-plugins"
prefix = "v"
use_max_tag = true

View File

@ -5,7 +5,7 @@
_pkgname=mdit-py-plugins
pkgname=python-mdit_py_plugins
pkgver=0.4.1
pkgver=0.4.2
pkgrel=1
pkgdesc='Collection of core plugins for markdown-it-py'
arch=(any)
@ -15,7 +15,7 @@ depends=('python-markdown-it-py')
makedepends=('python-build' 'python-installer' 'python-flit-core')
checkdepends=('python-pytest' 'python-pytest-regressions')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha512sums=('d2f5c59bf2a17ce441de18f815624cb6f61202f111176c5f1c7745e430d59e8690ce8a5f9da2402bd34dcc5cf4dc38377990df649fbf3256216bc82cdfc6333a')
sha512sums=('203a0243968eb9240436c992b70ad0a4b13a747af9ec1799408975cf430d908e8c161cc6810385e21e09eb2d50aeae73f0aed11790898e5d6291b0d4c20521cd')
build() {
cd $_pkgname-$pkgver