From 79ecf40906b6c831f52bbb70daee8796a0ee8241 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 24 Mar 2024 16:36:05 +0000 Subject: [PATCH] python-versioningit: update to 3.1.0 --- mingw-w64-python-versioningit/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-versioningit/PKGBUILD b/mingw-w64-python-versioningit/PKGBUILD index 15daf4b910..07b3c552d1 100644 --- a/mingw-w64-python-versioningit/PKGBUILD +++ b/mingw-w64-python-versioningit/PKGBUILD @@ -3,7 +3,7 @@ _realname=versioningit pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=3.0.0 +pkgver=3.1.0 pkgrel=1 pkgdesc='Versioning It with your Version In Git (mingw-w64)' arch=('any') @@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-hatchling") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('4e3ce47a6424d850ae9e55e1b134a020e9fcbcb895338f107f2b5c51d34c9c1b') +sha256sums=('7aac713c31a53eb367a6bbc2e8b3de8cc2b86d10d45c5101afd651446cb10fd7') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"