Date: Monday, March 29, 2021 @ 17:26:29 Author: foxboron Revision: 909399
upgpkg: python-dotenv 0.16.0-1 Modified: python-dotenv/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-29 17:26:28 UTC (rev 909398) +++ PKGBUILD 2021-03-29 17:26:29 UTC (rev 909399) @@ -3,8 +3,8 @@ # Contributor: David Runge <[email protected]> pkgname=python-dotenv -pkgver=0.15.0 -pkgrel=3 +pkgver=0.16.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=('0d9d16960281a9c40dc6d906e021381a29e9746ec915f860bcdc63ed526e6f8b619b2892a368f9870b08a9077dc735b2a22d285cf7e67007f5cd3d2ada3c030d') +sha512sums=('fa97221285e6bcc47df86e3a1b5aa9e77723b0b76ea33c881c00d645bbba4f0c443b046d86d04ed6559d1af14b12daef505b040f64ddff63ced846c9fbd4ee3b') build() { cd "${pkgname}-${pkgver}"
