Date: Monday, January 4, 2016 @ 22:25:21 Author: lfleischer Revision: 155497
Prepare qtspim 9.1.17 Modified: qtspim/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-04 21:25:15 UTC (rev 155496) +++ PKGBUILD 2016-01-04 21:25:21 UTC (rev 155497) @@ -1,10 +1,9 @@ -# $Id$ # Maintainer: Lukas Fleischer <[email protected]> # Contributor: Lukas Jirkovsky <[email protected]> pkgname=qtspim -pkgver=9.1.16 -pkgrel=2 +pkgver=9.1.17 +pkgrel=1 pkgdesc="New user interface for spim, a MIPS simulator." arch=('i686' 'x86_64') url="http://spimsimulator.sourceforge.net/" @@ -11,7 +10,7 @@ license=('BSD') depends=('qt4') makedepends=('subversion' 'icu') -source=("spimsimulator::svn://svn.code.sf.net/p/spimsimulator/code/#revision=673") +source=("spimsimulator::svn://svn.code.sf.net/p/spimsimulator/code/#revision=688") sha256sums=('SKIP') prepare() { @@ -44,5 +43,3 @@ "$pkgdir/usr/share/licenses/$pkgname/copyright" install -Dm644 Setup/NewIcon48x48.png "$pkgdir/usr/share/qtspim/qtspim.png" } - -# vim:set ts=2 sw=2 et:
