python-dotenv: update to 1.1.0
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user