From 2e237e087ac1a2449690b7dfdfed1e406838feaf Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 25 Apr 2014 04:04:23 +0000 Subject: Fri Apr 25 04:00:40 UTC 2014 --- community/instead-launcher/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/instead-launcher/PKGBUILD') diff --git a/community/instead-launcher/PKGBUILD b/community/instead-launcher/PKGBUILD index bbb190068..1d4c4a02c 100644 --- a/community/instead-launcher/PKGBUILD +++ b/community/instead-launcher/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 85363 2013-03-01 10:34:01Z andrea $ +# $Id: PKGBUILD 110112 2014-04-24 09:15:17Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Peter Kosyh pkgname=instead-launcher pkgver=0.6.1 -pkgrel=3 +pkgrel=4 pkgdesc="launcher and games downloader for INSTEAD quest interpreter" arch=('i686' 'x86_64') url="http://instead-launcher.googlecode.com/" @@ -16,7 +16,7 @@ md5sums=('b2136e535dbb77eacb79e3357dc2a173') build() { cd $srcdir/instead-launcher-$pkgver sed -i 's|/usr/local/bin/sdl-instead|/usr/bin/sdl-instead|g' platform.cpp - qmake PREFIX=/usr + qmake-qt4 PREFIX=/usr make } -- cgit v1.2.3-54-g00ecf