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

Andrea Scarpino andrea at archlinux.org
Fri Jun 24 16:39:02 UTC 2011


    Date: Friday, June 24, 2011 @ 12:39:02
  Author: andrea
Revision: 128623

upgpkg: grantlee 0.1.9-1
upstream release

Modified:
  grantlee/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-24 15:36:29 UTC (rev 128622)
+++ PKGBUILD	2011-06-24 16:39:02 UTC (rev 128623)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=grantlee
-pkgver=0.1.8
+pkgver=0.1.9
 pkgrel=1
 pkgdesc="A string template engine based on the Django template system and written in Qt"
 arch=('i686' 'x86_64')
@@ -11,10 +11,10 @@
 depends=('qt')
 makedepends=('cmake')
 source=("http://downloads.grantlee.org/${pkgname}-${pkgver}.tar.gz")
-md5sums=('67c24d9eb6be66997ac5d0803bde06de')
+md5sums=('3d93b5312814ebee373fba5509d88bdb')
 
 build() {
-  cd ${srcdir}
+  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -24,6 +24,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
 } 




More information about the arch-commits mailing list