[arch-commits] Commit in mustache-d/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Jan 5 09:53:14 UTC 2017


    Date: Thursday, January 5, 2017 @ 09:53:13
  Author: arojas
Revision: 204885

archrelease: copy trunk to community-any

Added:
  mustache-d/repos/community-any/PKGBUILD
    (from rev 204884, mustache-d/trunk/PKGBUILD)
Deleted:
  mustache-d/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-05 09:37:33 UTC (rev 204884)
+++ PKGBUILD	2017-01-05 09:53:13 UTC (rev 204885)
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 188929 2016-09-07 12:50:30Z arojas $
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mustache-d
-pkgver=0.1.2
-pkgrel=1
-pkgdesc="Moustache template engine for D"
-arch=(any)
-url="https://github.com/repeatedly/mustache-d"
-license=(custom:boost)
-depends=()
-makedepends=()
-source=($pkgname-$pkgver::"https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz" "http://www.boost.org/LICENSE_1_0.txt")
-sha256sums=('39f1eda9453837dc3ca3ee8cded19fa569d0b5f4a43d775a8a258bce53523164'
-            'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566')
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 src/mustache.d "$pkgdir"/usr/include/d/mustache-d/mustache.d
-  install -Dm644 "$srcdir"/LICENSE_1_0.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: mustache-d/repos/community-any/PKGBUILD (from rev 204884, mustache-d/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-05 09:53:13 UTC (rev 204885)
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 188929 2016-09-07 12:50:30Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mustache-d
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="Moustache template engine for D"
+arch=(any)
+url="https://github.com/repeatedly/mustache-d"
+license=(custom:boost)
+depends=()
+makedepends=()
+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')
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 src/mustache.d "$pkgdir"/usr/include/d/mustache-d/mustache.d
+  install -Dm644 "$srcdir"/LICENSE_1_0.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list