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

Andrea Scarpino andrea at archlinux.org
Fri Nov 2 08:45:15 UTC 2012


    Date: Friday, November 2, 2012 @ 04:45:14
  Author: andrea
Revision: 170107

upgpkg: grantlee 0.3.0-1

Upstream release

Modified:
  grantlee/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-01 21:30:33 UTC (rev 170106)
+++ PKGBUILD	2012-11-02 08:45:14 UTC (rev 170107)
@@ -1,21 +1,19 @@
 # $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=grantlee
-pkgver=0.2.0
+pkgver=0.3.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"
 license=('LGPL3')
 depends=('qt')
-makedepends=('cmake')
+makedepends=('cmake' 'doxygen')
 source=("http://downloads.grantlee.org/${pkgname}-${pkgver}.tar.gz")
-md5sums=('0622ed30630a44b5fac0bfa7e176d3fe')
+md5sums=('195763a3238f51f8885881fc8012cd83')
 
 build() {
-  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -25,6 +23,6 @@
 }
 
 package() {
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
-} 
+}




More information about the arch-commits mailing list