Date: Sunday, October 10, 2021 @ 10:12:49 Author: foxboron Revision: 1029247
upgpkg: python-dotenv 0.19.1-1 Modified: python-dotenv/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-10 10:09:57 UTC (rev 1029246) +++ PKGBUILD 2021-10-10 10:12:49 UTC (rev 1029247) @@ -3,7 +3,7 @@ # Contributor: David Runge <[email protected]> pkgname=python-dotenv -pkgver=0.19.0 +pkgver=0.19.1 pkgrel=1 pkgdesc="Get and set values in your .env file in local and production servers" arch=('any') @@ -13,7 +13,7 @@ makedepends=('python-setuptools') optdepends=('ipython: ipython support') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/theskumar/python-dotenv/archive/v${pkgver}.tar.gz") -sha512sums=('615419ff602b6cde766c1eaf2c1c10483a85656a12aae64ece0fc0a9fe081552743c09fba5f107e77a23da0c6496d4ab87301fe594001edb2410905f3c28d300') +sha512sums=('cd97e47819e13249af7b80453828f1c0b266ee4a0b2ad6df55614afdcf024b2b085bec628119a91db50e67e2e0ca2c54b9fd197e3214309652fa0c36b7a9bb93') build() { cd "${pkgname}-${pkgver}"
