[arch-commits] Commit in tldr/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jun 24 07:58:18 UTC 2020


    Date: Wednesday, June 24, 2020 @ 07:58:17
  Author: felixonmars
Revision: 652004

upgpkg: tldr 1.0.0-2: fix dependency for entry point

Modified:
  tldr/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-24 07:58:03 UTC (rev 652003)
+++ PKGBUILD	2020-06-24 07:58:17 UTC (rev 652004)
@@ -2,12 +2,12 @@
 
 pkgname=tldr
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 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-colorama' 'python-termcolor')
+depends=('python-colorama' 'python-setuptools' 'python-termcolor')
 checkdepends=('python-pytest-runner')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/tldr-pages/tldr-python-client/archive/$pkgver.tar.gz")
 sha512sums=('b428fdab4954909fe74b46cdaa01362148965d4c52658cb2a9c3ad970096bd4aaf545845468649e6b217d01110eb932d4bc6d6df588b863a9d1e0c4ae281962a')



More information about the arch-commits mailing list