summaryrefslogtreecommitdiff
path: root/community/instead-launcher/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-02 00:04:05 -0800
committerroot <root@rshg054.dnsready.net>2013-03-02 00:04:05 -0800
commit98aa0004e23472ee63753fded33cd55d8b942f36 (patch)
tree1299d9cfb8bcd6bd295a1a279b4ad322b4e9133a /community/instead-launcher/PKGBUILD
parent5ae40a63ab4c6838234db5a9da1e99d8bc27875d (diff)
Sat Mar 2 00:04:03 PST 2013
Diffstat (limited to 'community/instead-launcher/PKGBUILD')
-rw-r--r--community/instead-launcher/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/instead-launcher/PKGBUILD b/community/instead-launcher/PKGBUILD
index 1a118f518..bbb190068 100644
--- a/community/instead-launcher/PKGBUILD
+++ b/community/instead-launcher/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 76496 2012-09-19 14:12:35Z spupykin $
+# $Id: PKGBUILD 85363 2013-03-01 10:34:01Z andrea $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Peter Kosyh <p.kosyhgmail.com>
pkgname=instead-launcher
pkgver=0.6.1
-pkgrel=2
+pkgrel=3
pkgdesc="launcher and games downloader for INSTEAD quest interpreter"
arch=('i686' 'x86_64')
url="http://instead-launcher.googlecode.com/"
license=('GPL')
-makedepends=('sed' 'qt')
+makedepends=('sed' 'qt4')
source=(http://instead-launcher.googlecode.com/files/instead-launcher_$pkgver.tar.gz)
md5sums=('b2136e535dbb77eacb79e3357dc2a173')
@@ -21,7 +21,7 @@ build() {
}
package() {
- depends=('qt' 'instead')
+ depends=('qt4' 'instead')
cd $srcdir/instead-launcher-$pkgver
make INSTALL_ROOT=$pkgdir install
}