summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoon Sungjoon2024-04-14 03:31:18 +0900
committerMoon Sungjoon2024-04-14 03:31:18 +0900
commit3a291408d546963b155eb1fd6392aa707985eb20 (patch)
treebfc712bca9da868e581f00c27e90bedf04b95da5
parent9b07eea6201dcfc2c2b31eb3cbedb2193975877c (diff)
downloadaur-3a291408d546963b155eb1fd6392aa707985eb20.tar.gz
Update to version 9.1.24 rev 764
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa17499446ea..5478bdd71736 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qtspim
pkgdesc = New user interface for spim, a MIPS simulator.
- pkgver = 9.1.23
+ pkgver = 9.1.24
pkgrel = 1
url = http://spimsimulator.sourceforge.net/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = qtspim
makedepends = icu
makedepends = bison
depends = qt5-base
- source = svn://svn.code.sf.net/p/spimsimulator/code/#revision=754
+ source = svn://svn.code.sf.net/p/spimsimulator/code/#revision=764
sha256sums = SKIP
pkgname = qtspim
diff --git a/PKGBUILD b/PKGBUILD
index c8fdf38e5e79..fab714eca147 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=qtspim
-pkgver=9.1.23
+pkgver=9.1.24
pkgrel=1
pkgdesc="New user interface for spim, a MIPS simulator."
arch=('x86_64')
@@ -12,7 +12,7 @@ url="http://spimsimulator.sourceforge.net/"
license=('BSD')
depends=('qt5-base')
makedepends=('qt5-tools' 'subversion' 'icu' 'bison')
-source=("svn://svn.code.sf.net/p/spimsimulator/code/#revision=754")
+source=("svn://svn.code.sf.net/p/spimsimulator/code/#revision=764")
sha256sums=('SKIP')
build() {