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

Dan Printzell wild at gemini.archlinux.org
Sun Jan 23 01:02:43 UTC 2022


    Date: Sunday, January 23, 2022 @ 01:02:43
  Author: wild
Revision: 1113528

upgpkg: mustache-d 0.1.5-5: Rebuilt against new ldc

Modified:
  mustache-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-23 01:02:24 UTC (rev 1113527)
+++ PKGBUILD	2022-01-23 01:02:43 UTC (rev 1113528)
@@ -2,7 +2,7 @@
 
 pkgname=mustache-d
 pkgver=0.1.5
-pkgrel=4
+pkgrel=5
 pkgdesc='Moustache template engine for D'
 arch=('x86_64')
 url='https://github.com/repeatedly/mustache-d'
@@ -13,6 +13,10 @@
 
 prepare() {
   mkdir -p build
+
+  cd "$srcdir"/$pkgname-$pkgver
+  # Fixes 'ERROR: Got unknown keyword arguments "soversion", "version"'
+  sed -i "/install: true/{n;N;d}" meson.build
 }
 
 build() {



More information about the arch-commits mailing list