diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-29 18:14:37 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-29 18:14:40 +0100 |
commit | 0d30bef63702b03f7c916e9fa1b3df8cb299e849 (patch) | |
tree | 32ab95dc3c5a19e0d903bf8016bc7375b55f1986 /testing/py3-recommonmark/APKBUILD | |
parent | 2d24b9da4e6bfe1431328bfa52085982766f4213 (diff) | |
download | aports-0d30bef63702b03f7c916e9fa1b3df8cb299e849.tar.bz2 aports-0d30bef63702b03f7c916e9fa1b3df8cb299e849.tar.xz |
testing/py3-recommonmark: upgrade to 0.6.0
Diffstat (limited to 'testing/py3-recommonmark/APKBUILD')
-rw-r--r-- | testing/py3-recommonmark/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-recommonmark/APKBUILD b/testing/py3-recommonmark/APKBUILD index e668124518..dc7a7e1f56 100644 --- a/testing/py3-recommonmark/APKBUILD +++ b/testing/py3-recommonmark/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Robert Sacks <robert@sacks.email> pkgname=py3-recommonmark _pyname=recommonmark -pkgver=0.5.0 +pkgver=0.6.0 pkgrel=0 pkgdesc="A docutils-compatibility bridge to CommonMark" url="https://github.com/readthedocs/recommonmark" arch="noarch" license="MIT" -depends="python3 py3-commonmark py3-docutils py3-sphinx" +depends="python3 py3-commonmark>=0.8.1 py3-docutils py3-sphinx" makedepends="py3-setuptools" checkdepends="py3-pytest" source="$_pyname-$pkgver.tar.gz::https://github.com/readthedocs/$_pyname/archive/$pkgver.tar.gz" @@ -27,4 +27,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="e11a86961e477e9ae258df90c666fd0129a0ae858a8d5399b7f768b9e9ec5b4952ef5f9383ea91d8ccb1379e2753151387f7250588a98f43929bf3ebe78b7df9 recommonmark-0.5.0.tar.gz" +sha512sums="44005b3fd0052cd8d4fce8a64f9d66a1ac75dc3041a28c115e922254956b2143296cbfbc0a2396b9f95691145645c4242e3be68e695b2c62ae37964014511679 recommonmark-0.6.0.tar.gz" |