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

Dan Printzell wild at archlinux.org
Sun Nov 4 14:20:49 UTC 2018


    Date: Sunday, November 4, 2018 @ 14:20:49
  Author: wild
Revision: 401465

Build with ldc

Modified:
  mustache-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-04 14:08:35 UTC (rev 401464)
+++ PKGBUILD	2018-11-04 14:20:49 UTC (rev 401465)
@@ -2,13 +2,13 @@
 
 pkgname=mustache-d
 pkgver=0.1.3
-pkgrel=8
+pkgrel=9
 pkgdesc="Moustache template engine for D"
 arch=(x86_64)
 url="https://github.com/repeatedly/mustache-d"
 license=(Boost)
 depends=()
-makedepends=(meson dmd libphobos)
+makedepends=(meson ldc liblphobos)
 source=($pkgname-$pkgver::"https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz")
 sha256sums=('b8cf5fe193b11dece663ad2d7f8acbcc02ef48334f0fdc922a2dde3f8ac64b57')
 



More information about the arch-commits mailing list