Skip to content

Commit

Permalink
python-pyproject-hooks: Update to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Oct 14, 2024
1 parent 2dd1eae commit 70db312
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python-pyproject-hooks/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

_name=pyproject_hooks
pkgname=python-pyproject-hooks
pkgver=1.1.0
pkgrel=2
pkgver=1.2.0
pkgrel=1
pkgdesc="A low-level library for calling build-backends in pyproject.toml-based project"
arch=(any)
url="https://github.com/pypa/pyproject-hooks"
Expand All @@ -14,7 +14,7 @@ license=('spdx:MIT')
depends=(python)
makedepends=(python-installer python-flit-core)
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
sha256sums=('4b37730834edbd6bd37f26ece6b44802fb1c1ee2ece0e54ddff8bfc06db86965')
sha256sums=('1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8')

build() {
cd $_name-$pkgver
Expand Down

0 comments on commit 70db312

Please sign in to comment.