| author | Filipe Laíns
<lains@archlinux.org> 2022-10-10 22:22:53 UTC |
| committer | Filipe Laíns
<lains@archlinux.org> 2022-10-10 22:22:53 UTC |
| parent | b7a6735fd3df973ad586edf620d6e378985026cd |
| PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 15fb4c3..a1be40c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,17 +3,17 @@ _pkgname=mdit-py-plugins pkgname=python-mdit_py_plugins -pkgver=0.3.0 +pkgver=0.3.1 pkgrel=1 pkgdesc='Collection of core plugins for markdown-it-py' arch=('any') url='https://github.com/executablebooks/mdit-py-plugins' license=('MIT') depends=('python-markdown-it-py') -makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') +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=('dd6aa738c6d93e45437326b1be52e0a9fc411aa3beacb61690919c272979c97ac1b38116b1ebb01c7d8fe724d4af9621c81ccd45131a690df8a2c0c325eef0e8') +sha512sums=('a934953e95eba04f5c1626d8256fed53cbbb26e35d816b41b7aaf968b452e3bfaa99e3008009dbdd8d9e7c89497916916c2cc1fabbecb735624231cafee864ea') build() { cd $_pkgname-$pkgver