Date: Tuesday, July 27, 2021 @ 16:08:59 Author: alucryd Revision: 987830
upgpkg: python-confuse 1.5.0-1 Modified: python-confuse/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-27 16:08:54 UTC (rev 987829) +++ PKGBUILD 2021-07-27 16:08:59 UTC (rev 987830) @@ -3,7 +3,7 @@ # Contributor: Frederik “Freso” S. Olesen <[email protected]> pkgname=python-confuse -pkgver=1.4.0 +pkgver=1.5.0 pkgrel=1 pkgdesc='Painless YAML config files for Python' arch=(any) @@ -17,7 +17,7 @@ python-poetry ) checkdepends=(python-nose) -_tag=ca66969c95d7647eb391cad0ce69075012a51777 +_tag=2d7b6c8393aad515fd028d3b2088c4150d585b52 source=(git+https://github.com/beetbox/confuse.git#tag=${_tag}) sha256sums=(SKIP) @@ -28,7 +28,7 @@ build() { cd confuse - flit build --format wheel + python -m flit build --format wheel } check() {
