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

Antonio Rojas arojas at gemini.archlinux.org
Thu Dec 23 07:30:15 UTC 2021


    Date: Thursday, December 23, 2021 @ 07:30:14
  Author: arojas
Revision: 1083026

Add missing typing_extensions dependency (FS#73118)

Modified:
  python-clikit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-23 04:56:23 UTC (rev 1083025)
+++ PKGBUILD	2021-12-23 07:30:14 UTC (rev 1083026)
@@ -3,12 +3,12 @@
 _pkgname=clikit
 pkgname=python-clikit
 pkgver=0.6.2
-pkgrel=4
+pkgrel=5
 pkgdesc="clikit allows you to create beautiful and testable command-line interfaces"
 arch=('any')
 url="https://github.com/sdispater/${_pkgname}"
 license=('MIT')
-depends=('python-crashtest' 'python-pastel' 'python-pylev')
+depends=('python-crashtest' 'python-pastel' 'python-pylev' 'python-typing_extensions')
 makedepends=('python-dephell')
 checkdepends=('python-pytest-mock')
 source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")



More information about the arch-commits mailing list