[arch-commits] Commit in gnome-builder/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Nov 4 20:19:41 UTC 2019


    Date: Monday, November 4, 2019 @ 20:19:41
  Author: arojas
Revision: 366758

Fix build with meson 0.52

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 20:03:36 UTC (rev 366757)
+++ PKGBUILD	2019-11-04 20:19:41 UTC (rev 366758)
@@ -26,6 +26,8 @@
 
 prepare() {
   cd $pkgname
+
+  git cherry-pick -n c8b862b491cfbbb4f79b24d7cd90e4fb1f37cb9f # Fix build with meson 0.52
 }
 
 build() {



More information about the arch-commits mailing list