diff options
Diffstat (limited to 'community/instead-launcher/PKGBUILD')
-rw-r--r-- | community/instead-launcher/PKGBUILD | 6 |
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 } |