summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bell2019-10-26 17:12:59 +0100
committerPaul Bell2019-10-26 17:12:59 +0100
commit8bc893dcaddbf147f3587f7fc3d4551d90eebaa5 (patch)
tree6ec316ff14f36126897ac02250a7dddda9e00fa1
parent6d98e2650d7b9bacf26a7f7b09117fb0fd125e43 (diff)
downloadaur-8bc893dcaddbf147f3587f7fc3d4551d90eebaa5.tar.gz
Update to release 0.9.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88e0f7f3e456..1ba65e3fc8da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rpcemu
pkgdesc = An Emulator of classic Acorn computer systems, such as the Risc PC and A7000
- pkgver = 0.9.1
- pkgrel = 2
+ pkgver = 0.9.2
+ pkgrel = 1
url = http://www.marutan.net/rpcemu/
install = rpcemu.install
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = rpcemu
license = GPL2
makedepends = qt5-base
backup = usr/share/rpcemu/rpc.cfg
- source = http://www.marutan.net/rpcemu/cgi/download.php?sFName=0.9.1/rpcemu-0.9.1.tar.gz
- sha256sums = 079f779ed8a5da4df3bad035e79f5bce2c8890e7e9d1fe088be9463088809bfc
+ source = http://www.marutan.net/rpcemu/cgi/download.php?sFName=0.9.2/rpcemu-0.9.2.tar.gz
+ sha256sums = cc014e7d692a4434693b1262e43c813a425704ab7ad1ed0f6ff46e4377fc4942
pkgname = rpcemu
diff --git a/PKGBUILD b/PKGBUILD
index 3c3e7d998c76..97ef766f730d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Paul Bell <linux "at" dpb "dot" org "dot" uk>
# Contributor: Natalia Portillo <claunia@clania.com>
pkgname=rpcemu
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.9.2
+pkgrel=1
pkgdesc="An Emulator of classic Acorn computer systems, such as the Risc PC and A7000"
url="http://www.marutan.net/rpcemu/"
arch=('x86_64' 'i686')
license=('GPL2')
makedepends=('qt5-base')
source=("http://www.marutan.net/rpcemu/cgi/download.php?sFName=${pkgver}/rpcemu-${pkgver}.tar.gz")
-sha256sums=('079f779ed8a5da4df3bad035e79f5bce2c8890e7e9d1fe088be9463088809bfc')
+sha256sums=('cc014e7d692a4434693b1262e43c813a425704ab7ad1ed0f6ff46e4377fc4942')
install="$pkgname.install"
backup=('usr/share/rpcemu/rpc.cfg')
_pkgname="rpcemu-recompiler"