[arch-commits] Commit in mustache-d/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Jul 19 18:24:06 UTC 2017
Date: Wednesday, July 19, 2017 @ 18:24:05
Author: arojas
Revision: 245712
Build with dmd, dump i686
Modified:
mustache-d/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-19 18:18:25 UTC (rev 245711)
+++ PKGBUILD 2017-07-19 18:24:05 UTC (rev 245712)
@@ -3,13 +3,13 @@
pkgname=mustache-d
pkgver=0.1.3
-pkgrel=3
+pkgrel=4
pkgdesc="Moustache template engine for D"
-arch=(x86_64 i686)
+arch=(x86_64)
url="https://github.com/repeatedly/mustache-d"
license=(custom:boost)
depends=()
-makedepends=(meson ldc)
+makedepends=(meson dmd)
source=($pkgname-$pkgver::"https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz" "http://www.boost.org/LICENSE_1_0.txt")
sha256sums=('b8cf5fe193b11dece663ad2d7f8acbcc02ef48334f0fdc922a2dde3f8ac64b57'
'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566')
More information about the arch-commits
mailing list