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

Eli Schwartz eschwartz at archlinux.org
Sun Dec 15 08:13:42 UTC 2019


    Date: Sunday, December 15, 2019 @ 08:13:41
  Author: eschwartz
Revision: 537721

upgpkg: python-clikit 0.4.1-1

python 2.7 only hotfix, which we don't need at all
but poetry 1.0.0 will hardcode a versioned dependency on this update, so let's anyway

Modified:
  python-clikit/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-15 08:08:58 UTC (rev 537720)
+++ PKGBUILD	2019-12-15 08:13:41 UTC (rev 537721)
@@ -2,7 +2,7 @@
 
 _pkgname=clikit
 pkgname=python-clikit
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc="clikit allows you to create beautiful and testable command-line interfaces"
 arch=('any')
@@ -12,8 +12,8 @@
 makedepends=('python-dephell')
 checkdepends=('python-pytest-mock')
 source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('1a245e68ff98f067324cc292aaad7cb3f09a229bfa9d7dff6285918dc0c628b1')
-b2sums=('20c49e403a88bfdc5a02a17bdfed38dcdeb965c29a88cc1cd91263dc62f111f82aa8c5e6a2c1c8d7b26fd027686cb7450cd5b9e1a7018a641ccc4d1ebdcbf655')
+sha256sums=('e63e5f1501dbfb69edcf945de8e8eb99375d17a31dfc9651dcfa160c4927595f')
+b2sums=('8efbb179fc8cc8bdc8ed8028d3ebac5b14dc6fce86c9f72a7c7ed8e6bb8288e2af882a17c1cb36a8b7c321d57f4bd32b4d74dd5923bb8563202409b66c342944')
 
 prepare() {
     cd "${srcdir}"/${_pkgname}-${pkgver}



More information about the arch-commits mailing list