Date: Friday, May 5, 2023 @ 06:40:41 Author: dvzrv Revision: 476760 upgpkg: python-urwid 2.1.2.r56.gabc098c-1: Rebuild to fix issue with khal.
Update to a more recent commit to fix issue with khal: https://github.com/urwid/urwid/issues/550 Modified: python-urwid/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-04 21:50:39 UTC (rev 476759) +++ PKGBUILD 2023-05-05 06:40:41 UTC (rev 476760) @@ -5,11 +5,12 @@ _name=urwid pkgname=python-urwid -pkgver=2.1.2.r55.gbac20db -# somewhere past 2.1.2 as there has not been a release in years ;_; +pkgver=2.1.2.r56.gabc098c +# somewhere past 2.1.2 as there has not been a release in years to have Python 3.11 support without bricking dependents # https://github.com/urwid/urwid/issues/511 # https://github.com/urwid/urwid/issues/548 -_commit=bac20db87eaeb0b7a0026807d7e6dbe391b08580 +# https://github.com/urwid/urwid/issues/550 +_commit=abc098c3400220b51aeb6fec14175e1bfa1f8bfb pkgrel=1 pkgdesc='Curses-based user interface library' url='https://urwid.org/'
