[arch-commits] Commit in grantlee/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Fri Nov 29 06:36:17 UTC 2013


    Date: Friday, November 29, 2013 @ 07:36:17
  Author: andrea
Revision: 200578

upgpkg: grantlee 0.4.0-1

Upstream release

Modified:
  grantlee/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-29 04:54:02 UTC (rev 200577)
+++ PKGBUILD	2013-11-29 06:36:17 UTC (rev 200578)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino <andrea at 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"
@@ -11,12 +11,13 @@
 depends=('qt4')
 makedepends=('cmake' 'doxygen')
 source=("http://downloads.grantlee.org/${pkgname}-${pkgver}.tar.gz")
-md5sums=('195763a3238f51f8885881fc8012cd83')
+md5sums=('fa8a2e9be7be7e3a89e700679e6f3014')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \




More information about the arch-commits mailing list