Date: Thursday, May 11, 2023 @ 17:00:12 Author: arojas Revision: 1459943
upgpkg: python-hatchling 1.16.1-1: Update to 1.16.1 Modified: python-hatchling/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-11 16:57:36 UTC (rev 1459942) +++ PKGBUILD 2023-05-11 17:00:12 UTC (rev 1459943) @@ -2,8 +2,8 @@ # Contributor: Kaizhao Zhang <[email protected]> pkgname=python-hatchling -pkgver=1.14.1 -pkgrel=2 +pkgver=1.16.1 +pkgrel=1 pkgdesc="A modern project, package, and virtual env manager (backend)" arch=('any') url="https://github.com/pypa/hatch" @@ -16,7 +16,7 @@ source=( "${url}/archive/refs/tags/${_name}-v${pkgver}.tar.gz" ) -sha256sums=('b6662b331e0546f20cb211f8c28328c88344c1bb7d70ec2c25fb6afdaff51260') +sha256sums=('493afde0b25f46e48bc1f0a9545f840470f7d854d4bdd623ead9d3f14a9dd88b') build() { cd "${srcdir}/hatch-${_name}-v${pkgver}"
