Date: Friday, May 12, 2023 @ 01:06:02 Author: grawlinson Revision: 1460034
upgpkg: python-hatch-requirements-txt 0.4.0-1; new upstream release Modified: python-hatch-requirements-txt/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-12 00:57:37 UTC (rev 1460033) +++ PKGBUILD 2023-05-12 01:06:02 UTC (rev 1460034) @@ -1,13 +1,17 @@ # Maintainer: George Rawlinson <[email protected]> pkgname=python-hatch-requirements-txt -pkgver=0.3.0 -pkgrel=2 +pkgver=0.4.0 +pkgrel=1 pkgdesc='Hatchling plugin to read project dependencies from requirements.txt' arch=('any') url='https://github.com/repo-helper/hatch-requirements-txt' license=('MIT') -depends=('python' 'python-hatchling') +depends=( + 'python' + 'python-hatchling' + 'python-packaging' +) makedepends=( 'git' 'python-build' @@ -15,7 +19,7 @@ ) #checkdepends=('') #optdepends=('') -_commit='614cbe6febbbcac34f5ad3654deb420abe28a478' +_commit='9a219c45e66c9083c8a657e15f37f113fe8d8269' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP')
