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

Antonio Rojas arojas at archlinux.org
Sat May 7 06:53:32 UTC 2016


    Date: Saturday, May 7, 2016 @ 08:53:32
  Author: arojas
Revision: 267176

Revert previous fix, not needed anymore with GCC 6

Modified:
  grantlee-qt5/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-07 05:10:38 UTC (rev 267175)
+++ PKGBUILD	2016-05-07 06:53:32 UTC (rev 267176)
@@ -3,7 +3,7 @@
 
 pkgname=grantlee-qt5
 pkgver=5.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A string template engine based on the Django template system and written in Qt5"
 arch=('i686' 'x86_64')
 url="https://www.gitorious.org/grantlee/pages/Home"
@@ -15,10 +15,6 @@
 
 prepare() {
   mkdir -p build
-
-# Unbreak nested templates https://github.com/steveire/grantlee/issues/27
-  cd grantlee-$pkgver
-  find -type f -name '*.h' -exec sed -e 's|>>|> >|g' -i {} \;
 }
 
 build() {



More information about the arch-commits mailing list