[arch-commits] Commit in gnome-builder/repos/extra-x86_64 (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Mar 3 19:48:23 UTC 2020


    Date: Tuesday, March 3, 2020 @ 19:48:23
  Author: heftig
Revision: 376530

vala rebuild for extra

Modified:
  gnome-builder/repos/extra-x86_64/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-03 19:37:14 UTC (rev 376529)
+++ PKGBUILD	2020-03-03 19:48:23 UTC (rev 376530)
@@ -2,7 +2,7 @@
 
 pkgname=gnome-builder
 pkgver=3.34.1
-pkgrel=3
+pkgrel=4
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder"
 arch=(x86_64)
@@ -27,8 +27,12 @@
 prepare() {
   cd $pkgname
 
-  git cherry-pick -n c8b862b491cfbbb4f79b24d7cd90e4fb1f37cb9f # Fix build with meson 0.52
+  # meson 0.52
+  git cherry-pick -n c8b862b491cfbbb4f79b24d7cd90e4fb1f37cb9f
   git cherry-pick -n da26dfbf78468f5ed724e022b300a07862a95833
+
+  # vala 0.48
+  git cherry-pick -n fc4607dec2f3dca5dbfee7a56662856dc5a60254
 }
 
 build() {



More information about the arch-commits mailing list