Date: Friday, December 23, 2022 @ 22:02:52
  Author: heftig
Revision: 464805

1.0.0-2: readd python dep

Modified:
  meson/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-23 21:23:35 UTC (rev 464804)
+++ PKGBUILD    2022-12-23 22:02:52 UTC (rev 464805)
@@ -4,12 +4,12 @@
 
 pkgname=meson
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="High productivity build system"
 url="https://mesonbuild.com/";
 arch=(any)
 license=(Apache)
-depends=(ninja)
+depends=(ninja python)
 makedepends=(
   python-build
   python-installer

Reply via email to