Python 3.10 rebuilds

This commit is contained in:
Christoph Reiter
2022-07-02 18:55:46 +02:00
parent 39e742a7e2
commit 8780e5c2b8
57 changed files with 59 additions and 59 deletions

View File

@@ -1,6 +1,6 @@
pkgname=python-pkgconfig
pkgver=1.5.4
pkgrel=1
pkgrel=2
pkgdesc='Python module to interface with the pkg-config command line tool'
arch=(any)
url='https://github.com/matze/pkgconfig'
@@ -22,4 +22,4 @@ package() {
python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
}