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

Andrea Scarpino andrea at archlinux.org
Fri Sep 19 12:02:14 UTC 2014


    Date: Friday, September 19, 2014 @ 14:02:14
  Author: andrea
Revision: 222093

upgpkg: grantlee 0.5.0-2

Add missing conflicts

Modified:
  grantlee/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-19 11:55:13 UTC (rev 222092)
+++ PKGBUILD	2014-09-19 12:02:14 UTC (rev 222093)
@@ -4,7 +4,7 @@
 pkgbase=grantlee
 pkgname=('grantlee-qt4' 'grantlee-qt5')
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A string template engine based on the Django template system and written in Qt"
 arch=('i686' 'x86_64')
 url="https://www.gitorious.org/grantlee/pages/Home"
@@ -37,6 +37,7 @@
 
 package_grantlee-qt5() {
   depends=('qt5-script')
+  conflicts=('grantlee-qt4')
 
   cd build
   make DESTDIR="${pkgdir}" install




More information about the arch-commits mailing list