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

Antonio Rojas arojas at archlinux.org
Thu Apr 5 07:13:06 UTC 2018


    Date: Thursday, April 5, 2018 @ 07:13:06
  Author: arojas
Revision: 314403

Rebuild for latest libphobos

Modified:
  mustache-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-05 07:01:49 UTC (rev 314402)
+++ PKGBUILD	2018-04-05 07:13:06 UTC (rev 314403)
@@ -3,16 +3,15 @@
 
 pkgname=mustache-d
 pkgver=0.1.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Moustache template engine for D"
 arch=(x86_64)
 url="https://github.com/repeatedly/mustache-d"
-license=(custom:boost)
+license=(Boost)
 depends=()
 makedepends=(meson dmd libphobos)
-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')
+source=($pkgname-$pkgver::"https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz")
+sha256sums=('b8cf5fe193b11dece663ad2d7f8acbcc02ef48334f0fdc922a2dde3f8ac64b57')
 
 prepare() {
   mkdir -p build
@@ -27,5 +26,4 @@
 package() {
   cd build
   DESTDIR="$pkgdir" ninja install
-  install -Dm644 "$srcdir"/LICENSE_1_0.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list