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

Andrea Scarpino andrea at archlinux.org
Sun Nov 9 10:14:43 UTC 2014


    Date: Sunday, November 9, 2014 @ 11:14:43
  Author: andrea
Revision: 225792

upgpkg: grantlee-qt5 5.0.0-1

Upstream release

Modified:
  grantlee-qt5/trunk/PKGBUILD	(contents, properties)

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-09 10:13:00 UTC (rev 225791)
+++ PKGBUILD	2014-11-09 10:14:43 UTC (rev 225792)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=grantlee-qt5
-pkgver=5.0.1
+pkgver=5.0.0
 pkgrel=1
 pkgdesc="A string template engine based on the Django template system and written in Qt5"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 depends=('qt5-script')
 makedepends=('cmake' 'doxygen')
 conflicts=('grantlee-qt4')
-source=("http://downloads.grantlee.org/${pkgbase}-${pkgver}.tar.gz")
-md5sums=('775f22dac0953029b414ed3b7379098c')
+source=("http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz")
+md5sums=('feb7f82d08e046fe078ea475dee710f6')
 
 prepare() {
   mkdir build
@@ -20,7 +20,7 @@
 
 build() {
   cd build
-  cmake ../${pkgbase}-${pkgver} \
+  cmake ../grantlee-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
     -DBUILD_TESTS=OFF


Property changes on: grantlee-qt5/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list