Date: Thursday, June 16, 2022 @ 17:08:26 Author: arojas Revision: 1238151
Update to 5.3.0 Modified: python-traitlets/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-16 17:03:23 UTC (rev 1238150) +++ PKGBUILD 2022-06-16 17:08:26 UTC (rev 1238151) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=python-traitlets -pkgver=5.2.2.post1 +pkgver=5.3.0 pkgrel=1 pkgdesc="A configuration system for Python applications" arch=('any') @@ -11,7 +11,7 @@ makedepends=('python-build' 'python-installer' 'python-hatchling') checkdepends=('python-pytest') source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz") -md5sums=('44535d43d136c6080c5a341a27206a88') +md5sums=('ea9b920bd09fa8fcc44325c4d6a6800d') build() { cd traitlets-$pkgver
