Date: Saturday, April 8, 2023 @ 18:32:29 Author: felixonmars Revision: 1442893
upgpkg: python-urwidtrees 1.0.3-9: rebuild with python 3.11 Modified: python-urwidtrees/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-08 18:24:52 UTC (rev 1442892) +++ PKGBUILD 2023-04-08 18:32:29 UTC (rev 1442893) @@ -4,12 +4,12 @@ _pkgname=urwidtrees pkgname=python-urwidtrees pkgver=1.0.3 -pkgrel=8 +pkgrel=9 pkgdesc="Tree widgets for urwid." arch=(any) url="https://github.com/pazz/$_pkgname" license=(GPL3) -makedepends=(python-sphinx) +makedepends=(python-setuptools python-sphinx) depends=(python 'python-urwid>=1.1.0') source=("$_pkgname-$pkgver.tar.gz::https://github.com/pazz/$_pkgname/archive/$pkgver.tar.gz" "https://github.com/pazz/urwidtrees/commit/ed39dbc4fc67b0e0249bf108116a88cd18543aa9.patch")
