summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaichi Shinozaki2016-06-22 09:34:42 +0100
committerDaichi Shinozaki2016-06-22 09:34:42 +0100
commit2ef22e17fd0310bd6373ab0885adbf99c55e764f (patch)
tree1d1803b12d565e6e3e525e750e7e1fd5df3d86d9
parent284976240bc411a874153d75175fc63198ce680d (diff)
downloadaur-2ef22e17fd0310bd6373ab0885adbf99c55e764f.tar.gz
Bump version to v0.4.0.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ee69e244977..de42395aeb8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Wed Jun 22 08:34:30 UTC 2016
pkgbase = plustache
pkgdesc = Basic port of mustache templating to C++
- pkgver = 0.3.0
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/mrtazz/plustache
arch = i686
arch = x86_64
license = MIT
depends = boost
- source = plustache-0.3.0.tar.gz::https://github.com/mrtazz/plustache/archive/v0.3.0.tar.gz
- md5sums = 6162946bdb3dccf3b2185fcf149671ee
+ source = plustache-0.4.0.tar.gz::https://github.com/mrtazz/plustache/archive/0.4.0.tar.gz
+ md5sums = e22a8d53650776ade11b7b0ed71258bc
pkgname = plustache
diff --git a/PKGBUILD b/PKGBUILD
index 9d4a74d50de3..4013455dc8c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Daniel Nagy <danielnagy at gmx de>
pkgname=plustache
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
pkgdesc="Basic port of mustache templating to C++"
url="https://github.com/mrtazz/plustache"
arch=( 'i686' 'x86_64' )
license=( 'MIT' )
depends=( 'boost' )
-source=( "$pkgname-$pkgver.tar.gz::https://github.com/mrtazz/plustache/archive/v$pkgver.tar.gz" )
-md5sums=('6162946bdb3dccf3b2185fcf149671ee')
+source=( "$pkgname-$pkgver.tar.gz::https://github.com/mrtazz/plustache/archive/$pkgver.tar.gz" )
+md5sums=('e22a8d53650776ade11b7b0ed71258bc')
prepare() {
cd "$srcdir/$pkgname-$pkgver"