| author | Felix Yan
<felixonmars@archlinux.org> 2022-10-31 11:19:01 UTC |
| committer | Felix Yan
<felixonmars@archlinux.org> 2022-10-31 11:19:01 UTC |
| parent | f5383b0880df8479f6bf0d6733bf08486f4cf078 |
| PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 71e70b4..1de1aaf 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,13 +3,13 @@ _pkgname=mdurl pkgname=python-$_pkgname pkgver=0.1.2 -pkgrel=1 +pkgrel=2 pkgdesc='URL utilities for markdown-it' arch=('any') url='https://github.com/executablebooks/mdurl' license=('MIT') depends=('python-uc-micro-py') -makedepends=('python-build' 'python-installer' 'python-flit' 'python-wheel') +makedepends=('python-build' 'python-installer' 'python-flit-core' 'python-wheel') checkdepends=('python-pytest') source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") sha512sums=('e301ca3ab6d80df1ad28b9c2725d66b6e6cf139d93e5f7fd2a70333678616a3f6db64f15250972eee3cd1cf1eaff6ec587415629e6802dcf07995edff6865ff2')