Date: Thursday, March 24, 2022 @ 19:03:04 Author: andrewsc Revision: 1174930
upgpkg: python-dotenv 0.20.0-1 Modified: python-dotenv/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-24 18:59:53 UTC (rev 1174929) +++ PKGBUILD 2022-03-24 19:03:04 UTC (rev 1174930) @@ -3,8 +3,8 @@ # Contributor: David Runge <[email protected]> pkgname=python-dotenv -pkgver=0.19.2 -pkgrel=3 +pkgver=0.20.0 +pkgrel=1 pkgdesc="Get and set values in your .env file in local and production servers" arch=('any') url="https://github.com/theskumar/python-dotenv/" @@ -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=('4bbd43ecfad127386729205204535a6b43633186d5efb99d35c582ce50f31cd3a803ac88b61c921d02a15d9adea5c7e0c837f408e3169c4ea6abd2fd9cddb0c1') +sha512sums=('3b1b5d3454ad23fdb2c5b5efad96be4bf5cac76431bc06dc3e03d9aa5a9f85c53ac0cfebbfef076f593a59a8c7073b6883668168f2b927630f32b047f31e0a55') build() { cd "${pkgname}-${pkgver}"
