Date: Tuesday, February 21, 2023 @ 10:45:05
Author: alerque
Revision: 1403216
upgpkg: python-poetry-core 1.5.1-1
Modified:
python-poetry-core/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-21 10:44:51 UTC (rev 1403215)
+++ PKGBUILD 2023-02-21 10:45:05 UTC (rev 1403216)
@@ -4,7 +4,7 @@
_pkgname=poetry-core
pkgname=python-poetry-core
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc='Poetry PEP 517 Build Backend & Core Utilities'
arch=('any')
@@ -24,7 +24,7 @@
conflicts=('python-poetry<1.1.0')
_archive="$_pkgname-$pkgver"
source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('c186b6212224fddae1de8ad7c5e660f40f295cf42559550523f15e72c562f5a8')
+sha256sums=('cfbff7b4d3cfb7c1679bb8699ac1053abddd1e853b7eb3c64491683f2caadd2f')
build() {
cd "$_archive"