python-dotenv: update to 1.1.0

This commit is contained in:
Biswapriyo Nath
2025-04-04 05:14:35 +00:00
parent 0271aa2735
commit e87c187f02

View File

@@ -3,8 +3,8 @@
_realname=dotenv
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.0.1
pkgrel=3
pkgver=1.1.0
pkgrel=1
pkgdesc="Get and set values in your .env file in local and production servers (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -22,7 +22,7 @@ makedepends=(
)
options=("!strip")
source=("https://github.com/theskumar/python-dotenv/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('cba4f54853af25e248c37400d4bd16549b52b27ee16839317841bbe388b19d56')
sha256sums=('2b9722774d3126917226cc39d0b63deb45bd9edacf8fa9b08aceee8e6d9a246d')
build() {
cd "python-${_realname}-${pkgver}"