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

Lukas Fleischer lfleischer at archlinux.org
Thu Aug 6 10:51:24 UTC 2020


    Date: Thursday, August 6, 2020 @ 10:51:24
  Author: lfleischer
Revision: 670836

upgpkg: python-urwidtrees 1.0.3-2: add dependency (python-mock)

Modified:
  python-urwidtrees/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-06 10:51:20 UTC (rev 670835)
+++ PKGBUILD	2020-08-06 10:51:24 UTC (rev 670836)
@@ -4,13 +4,13 @@
 _pkgname=urwidtrees
 pkgname=python-urwidtrees
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Tree widgets for urwid."
 arch=(any)
 url="https://github.com/pazz/$_pkgname"
 license=(GPL3)
 makedepends=(python-sphinx)
-depends=(python 'python-urwid>=1.1.0')
+depends=(python 'python-urwid>=1.1.0' 'python-mock')
 source=("$_pkgname-$pkgver.tar.gz::https://github.com/pazz/$_pkgname/archive/$pkgver.tar.gz")
 md5sums=('44068550c3f538d64b667dc52eeca6cb')
 



More information about the arch-commits mailing list