Date: Saturday, April 22, 2023 @ 09:56:08 Author: polyzen Revision: 1448266
upgpkg: yamllint 1.31.0-1 Modified: yamllint/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-22 09:55:32 UTC (rev 1448265) +++ PKGBUILD 2023-04-22 09:56:08 UTC (rev 1448266) @@ -1,8 +1,8 @@ # Maintainer: Daniel M. Capella <[email protected]> pkgname=yamllint -pkgver=1.30.0 -pkgrel=2 +pkgver=1.31.0 +pkgrel=1 pkgdesc='Linter for YAML files' arch=('any') url=https://github.com/adrienverge/yamllint @@ -10,16 +10,10 @@ depends=('python-pathspec' 'python-yaml') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') -checkdepends=('python-nose') source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('4f58f323aedda16189a489d183ecc25c66d7a9cc0fe88f61b650fef167b13190') -b2sums=('670115e61b4c744067d658474ef645a6f10351b898a544800c657bb2adf949167448d6cb6feeabe1dc3096124b862a0ff93d62cbb3428bef3dd5b42c33e9c750') +sha256sums=('2d83f1d12f733e162a87e06b176149d7bb9c5bae4a9e5fce1c771d7f703f7a65') +b2sums=('f34da9302d9d3938f062931bc2aef2230b473798af0d2ad99dc89b4d814c49ce19c61363ff391e5c91d09497df9f83f6cfa1a0f34c8f74ef61341aa25ca320fb') -prepare() { - cd $pkgname-$pkgver - sed -i '/setuptools/d' setup.cfg -} - build() { cd $pkgname-$pkgver python -m build --wheel --skip-dependency-check --no-isolation
