Date: Wednesday, April 5, 2023 @ 19:02:10 Author: felixonmars Revision: 472678
upgpkg: meson 1.0.1-2: rebuild with python 3.11 (rebuild pass 1, specified --nocheck) Modified: meson/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-05 18:56:45 UTC (rev 472677) +++ PKGBUILD 2023-04-05 19:02:10 UTC (rev 472678) @@ -4,7 +4,7 @@ pkgname=meson pkgver=1.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="High productivity build system" url="https://mesonbuild.com/" arch=(any) @@ -14,6 +14,7 @@ python-build python-installer python-wheel + python-setuptools ) checkdepends=( boost
