diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-01 03:35:09 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-01 03:35:09 +0000 |
commit | 2d8813df5b3f8a63835a228496f998914755d820 (patch) | |
tree | 13ff3124b8fcf9e0b34581dfb93555b6c5b7d741 /community/qtspim | |
parent | e7daa750c892363d7624ed0951bbb89ad71a3247 (diff) |
Sat Feb 1 03:33:52 UTC 2014
Diffstat (limited to 'community/qtspim')
-rw-r--r-- | community/qtspim/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/qtspim/PKGBUILD b/community/qtspim/PKGBUILD index 1dc5e82a1..9b1d4bb4b 100644 --- a/community/qtspim/PKGBUILD +++ b/community/qtspim/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 85407 2013-03-01 10:39:40Z andrea $ +# $Id: PKGBUILD 105104 2014-01-31 20:09:26Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=qtspim -pkgver=9.1.7 -pkgrel=2 +pkgver=9.1.13 +pkgrel=1 pkgdesc="New user interface for spim, a MIPS simulator." arch=('i686' 'x86_64') url="http://spimsimulator.sourceforge.net/" @@ -14,7 +14,7 @@ makedepends=('subversion') __svntrunk="https://spimsimulator.svn.sourceforge.net/svnroot/spimsimulator" __svnmod=('QtSpim' 'CPU' 'Documentation' 'Setup') -__svnrev=598 +__svnrev=637 build() { cd "$srcdir" @@ -38,7 +38,8 @@ build() { done cd "$srcdir/build/QtSpim" - qmake + qmake-qt4 + sed -i 's/qcollectiongenerator/qcollectiongenerator-qt4/' Makefile make } |