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

Antonio Rojas arojas at archlinux.org
Sun Jan 1 17:55:50 UTC 2017


    Date: Sunday, January 1, 2017 @ 17:55:50
  Author: arojas
Revision: 204123

archrelease: copy trunk to community-any

Added:
  mustache-d/repos/community-any/PKGBUILD
    (from rev 204122, 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-01 17:55:30 UTC (rev 204122)
+++ PKGBUILD	2017-01-01 17:55:50 UTC (rev 204123)
@@ -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.1
-pkgrel=2
-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=('b2ad2aa9b8461bd2dbde9c3fa68a91ff4164955a2e9eacdc17d54f0d4244f9e0'
-            '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 204122, mustache-d/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-01 17:55:50 UTC (rev 204123)
@@ -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.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
+}



More information about the arch-commits mailing list