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

Anatol Pomozov anatolik at archlinux.org
Tue Sep 24 18:40:42 UTC 2019


    Date: Tuesday, September 24, 2019 @ 18:40:41
  Author: anatolik
Revision: 363359

upgpkg: vala 0.46.1-2

Backport upstream patch that fixes a VAPI issue

Modified:
  vala/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-24 18:06:08 UTC (rev 363358)
+++ PKGBUILD	2019-09-24 18:40:41 UTC (rev 363359)
@@ -4,7 +4,7 @@
 
 pkgname=vala
 pkgver=0.46.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Compiler for the GObject type system'
 url='https://wiki.gnome.org/Projects/Vala'
 arch=(x86_64)
@@ -26,6 +26,9 @@
 
 prepare() {
   cd $pkgname
+
+  git cherry-pick --no-commit a54e4d89 # https://gitlab.gnome.org/GNOME/vala/issues/847
+
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list