Date: Monday, October 7, 2013 @ 23:50:30
  Author: arodseth
Revision: 98270

Works now

Modified:
  qgo/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-10-07 21:43:36 UTC (rev 98269)
+++ PKGBUILD    2013-10-07 21:50:30 UTC (rev 98270)
@@ -21,6 +21,7 @@
   # fragments in the git url doesn't seem to work?
   git checkout -q qt5
 
+  echo -e '2.0.0'
   git describe --always | sed 's|-|.|g'
 }
 
@@ -27,12 +28,10 @@
 build() {
   cd "$pkgname"
 
-  #export QTDIR=/usr/lib/qt
   qmake && make
 }
 
 package() {
-  #export QTDIR=/usr/lib/qt
   make -C "$pkgname" INSTALL_ROOT="$pkgdir" install
 }
 

Reply via email to