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

Evangelos Foutras foutrelis at archlinux.org
Mon Aug 13 21:07:23 UTC 2018


    Date: Monday, August 13, 2018 @ 21:07:22
  Author: foutrelis
Revision: 331468

upgpkg: meld 3.19.0-3

Apply upstream fix for Python 3.7 support (FS#59651).

Modified:
  meld/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-13 20:20:50 UTC (rev 331467)
+++ PKGBUILD	2018-08-13 21:07:22 UTC (rev 331468)
@@ -6,7 +6,7 @@
 
 pkgname=meld
 pkgver=3.19.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Compare files, directories and working copies"
 url="http://meldmerge.org/"
 license=(GPL)
@@ -24,6 +24,9 @@
 
 prepare() {
   cd $pkgname
+
+  # https://gitlab.gnome.org/GNOME/meld/issues/217
+  git cherry-pick -n bdf15911
 }
 
 build() {



More information about the arch-commits mailing list