summaryrefslogtreecommitdiff
path: root/community/instead-launcher/PKGBUILD
diff options
context:
space:
mode:
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
}