python-hatch-vcs: update to 0.4.0

This commit is contained in:
Mehdi Chinoune
2023-11-10 06:50:06 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 295dc41772
commit 00dd4496f8

View File

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