[arch-commits] Commit in python-dotenv/trunk (PKGBUILD)
Andrew Crerar
andrewsc at gemini.archlinux.org
Wed Sep 7 21:47:56 UTC 2022
Date: Wednesday, September 7, 2022 @ 21:47:56
Author: andrewsc
Revision: 1296121
upgpkg: python-dotenv 0.21.0-1
- Changed checksums to BLAKE2
Modified:
python-dotenv/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-07 21:17:20 UTC (rev 1296120)
+++ PKGBUILD 2022-09-07 21:47:56 UTC (rev 1296121)
@@ -3,8 +3,8 @@
# Contributor: David Runge <dave at sleepmap.de>
pkgname=python-dotenv
-pkgver=0.20.0
-pkgrel=2
+pkgver=0.21.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=('3b1b5d3454ad23fdb2c5b5efad96be4bf5cac76431bc06dc3e03d9aa5a9f85c53ac0cfebbfef076f593a59a8c7073b6883668168f2b927630f32b047f31e0a55')
+b2sums=('2510a6e3ec0b6756d276203097e70b2dcbde491d1c5c28c41716a656f08e018617ed0feacc47d537f13c518214101c6b0c283d5f67ccb4c52c8ff57e4e922ea7')
build() {
cd "${pkgname}-${pkgver}"
More information about the arch-commits
mailing list