* update python-pyproject2setuppy to 22-1

This commit is contained in:
Alexander Baldeck 2022-11-08 11:55:29 +01:00
parent dd5575b6ec
commit df52db7b3b

View File

@ -3,15 +3,15 @@
_pkgname=pyproject2setuppy
pkgname=python-$_pkgname
pkgver=21
pkgver=22
pkgrel=1
pkgdesc='Cheap builder for pyproject-based build systems'
arch=('any')
arch=(any)
url='https://github.com/mgorny/pyproject2setuppy'
license=('GPL')
depends=('python-setuptools' 'python-toml')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha512sums=('d899bc81f01283dd854fa2c0c5d15e5b77bd273f4269e2dea8612dd41bb4d5404e63e0fc6db5cbefe2a65a69848a3a5c9eae56e93face1736b2e8a0aa39f2193')
sha512sums=('8fc2975c8b4384b6a79008e2fc1de6acd2bcb27c9232b45ae5bda0e40f5a0be330ef7c9ef4ab36ab8ab33e9faf587b19d8fb431d95c866ccce46afc975f3cf26')
build() {
cd $_pkgname-$pkgver