git » grantlee.git » commit a1a5d94

Upstream release

author Andrea Scarpino
2014-09-26 12:05:12 UTC
committer Andrea Scarpino
2014-09-26 12:05:12 UTC
parent 46d6435d72ca07cbef74752acd48bbb4d2fcd26d

Upstream release

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index c6d338e..c5198f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
 
 pkgbase=grantlee
 pkgname=('grantlee-qt4' 'grantlee-qt5')
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
 pkgdesc="A string template engine based on the Django template system and written in Qt"
 arch=('i686' 'x86_64')
 url="https://www.gitorious.org/grantlee/pages/Home"
 license=('LGPL3')
 makedepends=('qt4' 'qt5-script' 'cmake' 'doxygen')
 source=("http://downloads.grantlee.org/${pkgbase}-${pkgver}.tar.gz")
-md5sums=('3664b26b747be69ae77aae89829d1db1')
+md5sums=('775f22dac0953029b414ed3b7379098c')
 
 prepare() {
   mkdir build{,-qt4}