Date: Sunday, August 14, 2022 @ 00:00:04
  Author: heftig
Revision: 452682

3.21.3-2: fix mode

Modified:
  meld/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-08-13 23:56:54 UTC (rev 452681)
+++ PKGBUILD    2022-08-14 00:00:04 UTC (rev 452682)
@@ -5,7 +5,7 @@
 
 pkgname=meld
 pkgver=3.21.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Compare files, directories and working copies"
 url="https://meldmerge.org/";
 license=(GPL)
@@ -39,4 +39,5 @@
   meson install -C build --destdir "$pkgdir"
   python -m compileall -d /usr/lib "$pkgdir/usr/lib"
   python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  chmod +x "$pkgdir/usr/bin/meld"
 }

Reply via email to