From f4cbbd8a2dab966e0b34b6b6803c5be570e25a04 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 6 May 2013 23:30:44 +0000 Subject: [PATCH] extra/qt5 to 5.0.2-2 --- extra/qt5/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/qt5/PKGBUILD b/extra/qt5/PKGBUILD index d43881e6c..2bc1756e8 100644 --- a/extra/qt5/PKGBUILD +++ b/extra/qt5/PKGBUILD @@ -24,7 +24,7 @@ pkgname=('qt5-base' 'qt5-webkit' 'qt5-xmlpatterns') pkgver=5.0.2 -pkgrel=1.1 +pkgrel=2 arch=('i686' 'x86_64') url='http://qt-project.org/' license=('GPL3' 'LGPL') @@ -110,7 +110,7 @@ build() { cd ${m}/examples ${QTDIR}/qtbase/bin/qmake make - cd ../../ + cd ../../ done }