Date: Sunday, January 14, 2018 @ 17:10:02 Author: felixonmars Revision: 282204
upgpkg: tldr 0.4.2-1 Modified: tldr/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-14 17:09:52 UTC (rev 282203) +++ PKGBUILD 2018-01-14 17:10:02 UTC (rev 282204) @@ -2,17 +2,17 @@ # Maintainer: Felix Yan <[email protected]> pkgname=tldr -pkgver=0.4.1 +pkgver=0.4.2 pkgrel=1 pkgdesc="Command line client for tldr, a collection of simplified and community-driven man pages." arch=('any') url="https://github.com/tldr-pages/tldr-python-client" license=('MIT') -depends=('python-setuptools' 'python-termcolor' 'python-colorama') -makedepends=('python-pypandoc' 'python-setuptools-scm') +depends=('python-termcolor' 'python-colorama') +makedepends=('python-setuptools-markdown' 'python-setuptools-scm') checkdepends=('python-pytest-runner') source=("$pkgname-$pkgver.tar.gz::https://github.com/tldr-pages/tldr-python-client/archive/$pkgver.tar.gz") -sha512sums=('5b6163595c2d0a4107bdd467ffbe95fd8e4f97abbcb5484601454c575a944a3dc9e3a1212233cde276fc573a5344fb96a02fd979ee7bc3066a3231bd1435d037') +sha512sums=('b9732b94032756a5f85346543c1116bd9c0be846433e30cdb9e73760667ef8f49b3962dbe36615299045aa4ee5cd344b5cbe7c2f60155162b6e27a9d9084436f') prepare() { export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
