summaryrefslogtreecommitdiff
path: root/community/instead-launcher/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-25 04:04:23 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-25 04:04:23 +0000
commit2e237e087ac1a2449690b7dfdfed1e406838feaf (patch)
treef962d302a15b954fe81d8c6b15a25158ad58efa3 /community/instead-launcher/PKGBUILD
parent431023a318e680258f02c1fb5fdca176c68e5cb7 (diff)
Fri Apr 25 04:00:40 UTC 2014
Diffstat (limited to 'community/instead-launcher/PKGBUILD')
-rw-r--r--community/instead-launcher/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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 <pupykin.s+arch@gmail.com>
# Contributor: Peter Kosyh <p.kosyhgmail.com>
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
}