git » grantlee.git » commit 2412917

Upstream release

author Andrea Scarpino
2013-11-29 06:36:17 UTC
committer Andrea Scarpino
2013-11-29 06:36:17 UTC
parent 1eea0bda423c5f4f96ff8ba8c196fc789c98fe3d

Upstream release

PKGBUILD +7 -6

diff --git a/PKGBUILD b/PKGBUILD
index a6e494f..66d8ad6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=grantlee
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
 pkgdesc="A string template engine based on the Django template system and written in Qt"
 arch=('i686' 'x86_64')
 url="http://www.gitorious.org/grantlee/pages/Home"
@@ -10,12 +10,13 @@ license=('LGPL3')
 depends=('qt4')
 makedepends=('cmake' 'doxygen')
 source=("http://downloads.grantlee.org/${pkgname}-${pkgver}.tar.gz")
-md5sums=('195763a3238f51f8885881fc8012cd83')
-
-build() {
-  . /etc/profile.d/qt4.sh
+md5sums=('fa8a2e9be7be7e3a89e700679e6f3014')
 
+prepare() {
   mkdir build
+}
+
+build() {
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \