python-expandvars: update to 1.1.2

This commit is contained in:
Dirk Stolle 2025-09-14 07:05:47 +02:00
parent 0f5b52ada7
commit fc3153f707

View File

@ -3,7 +3,7 @@
_realname=expandvars
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.1.1
pkgver=1.1.2
pkgrel=1
pkgdesc="Expand system variables Unix style (mingw-w64)"
arch=('any')
@ -20,7 +20,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-python-installer")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://github.com/sayanarijit/expandvars/archive/v$pkgver/$_realname-$pkgver.tar.gz")
sha256sums=('d7296ecd9f9f197ab51ff44b57ef34452208911e3639158bca8cf6f792703dfe')
sha256sums=('62cb4cd96647c7fb68947968d602867c591d77aefc49813af766e025de9bced9')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"