diff --git a/PKGBUILD b/PKGBUILD index deeda51..c83c129 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,8 +5,8 @@ # Maintainer: Future Linux Team pkgname=python-flit-core -pkgver=3.9.0 -pkgrel=2 +pkgver=3.10.1 +pkgrel=1 pkgdesc="A PEP 517 build backend for packages using Flit" arch=('x86_64') url="https://pypi.org/project/flit-core/" @@ -14,17 +14,17 @@ license=('BSD') depends=('python') makedepends=('python-build' 'python-installer') source=(https://pypi.org/packages/source/f/flit-core/flit_core-${pkgver}.tar.gz) -sha256sums=(72ad266176c4a3fcfab5f2930d76896059851240570ce9a98733b658cb786eba) +sha256sums=(66e5b87874a0d6e39691f0e22f09306736b633548670ad3c09ec9db03c5662f7) build() { - cd flit_core-${pkgver} + cd flit_core-${pkgver} - python3 -m build --wheel --skip-dependency-check --no-isolation + python3 -m build --wheel --skip-dependency-check --no-isolation } package() { - cd flit_core-${pkgver} + cd flit_core-${pkgver} - python3 bootstrap_install.py --install-root ${pkgdir} dist/*.whl + python3 bootstrap_install.py --install-root ${pkgdir} dist/*.whl }