python-hatch-vcs: Update to 0.5.0

This commit is contained in:
Christoph Reiter 2025-06-19 06:58:04 +02:00
parent 4d43e7133a
commit 8b2bfa2781

View File

@ -2,8 +2,8 @@
_pyname=hatch-vcs _pyname=hatch-vcs
pkgname=python-hatch-vcs pkgname=python-hatch-vcs
pkgver=0.4.0 pkgver=0.5.0
pkgrel=2 pkgrel=1
pkgdesc="Hatch plugin for versioning with your preferred VCS" pkgdesc="Hatch plugin for versioning with your preferred VCS"
url="https://github.com/ofek/hatch-vcs" url="https://github.com/ofek/hatch-vcs"
msys2_references=( msys2_references=(
@ -20,7 +20,7 @@ makedepends=(
'python-installer' 'python-installer'
) )
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname/-/_}-${pkgver}.tar.gz") source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname/-/_}-${pkgver}.tar.gz")
sha256sums=('093810748fe01db0d451fabcf2c1ac2688caefd232d4ede967090b1c1b07d9f7') sha256sums=('0395fa126940340215090c344a2bf4e2a77bcbe7daab16f41b37b98c95809ff9')
build() { build() {
cd "${_pyname/-/_}-${pkgver}" cd "${_pyname/-/_}-${pkgver}"