Date: Thursday, April 6, 2023 @ 16:03:45 Author: felixonmars Revision: 1439514
upgpkg: python-dotty-dict 1.3.1-3: rebuild with python 3.11 Modified: python-dotty-dict/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-06 16:03:40 UTC (rev 1439513) +++ PKGBUILD 2023-04-06 16:03:45 UTC (rev 1439514) @@ -5,7 +5,7 @@ _pkgname="${pkgname#python-}" _name="${_pkgname/-/_}" pkgver=1.3.1 -pkgrel=2 +pkgrel=3 pkgdesc="Dictionary wrapper for quick access to deeply nested keys" arch=('any') url="https://github.com/pawelzny/dotty_dict"