summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bell2018-10-26 12:57:05 +0100
committerPaul Bell2018-10-26 12:57:05 +0100
commite85da49fe0625db4f933df18a37838311b755fde (patch)
treef0a0690a6d9220af0be297f2310cd809e252e9b4
parentc85f812b90d6ae468af1f7ae2f8ad29cc5cf42a9 (diff)
downloadaur-e85da49fe0625db4f933df18a37838311b755fde.tar.gz
Updated to version 0.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 926bc15ceb79..707517797693 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rpcemu
pkgdesc = An Emulator of classic Acorn computer systems, such as the Risc PC and A7000
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = http://www.marutan.net/rpcemu/
install = rpcemu.install
@@ -8,8 +8,8 @@ pkgbase = rpcemu
arch = i686
license = GPL2
makedepends = qt5-base
- source = http://www.marutan.net/rpcemu/cgi/download.php?sFName=0.9.0/rpcemu-0.9.0.tar.gz
- sha256sums = 772f2648cd141943d4182fb9518ebc9730e00cbdd492dc5c3c1b447d8cb1f86d
+ source = http://www.marutan.net/rpcemu/cgi/download.php?sFName=0.9.1/rpcemu-0.9.1.tar.gz
+ sha256sums = 079f779ed8a5da4df3bad035e79f5bce2c8890e7e9d1fe088be9463088809bfc
pkgname = rpcemu
diff --git a/PKGBUILD b/PKGBUILD
index 3134f10f63a2..829ea164a9d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Paul Bell <linux at dpb dot org dot uk>
+# Maintainer: Paul Bell <linux "at" dpb "dot" org "dot" uk>
# Contributor: Natalia Portillo <claunia@clania.com>
pkgname=rpcemu
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="An Emulator of classic Acorn computer systems, such as the Risc PC and A7000"
url="http://www.marutan.net/rpcemu/"
@@ -9,7 +9,7 @@ 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=('772f2648cd141943d4182fb9518ebc9730e00cbdd492dc5c3c1b447d8cb1f86d')
+sha256sums=('079f779ed8a5da4df3bad035e79f5bce2c8890e7e9d1fe088be9463088809bfc')
install="$pkgname.install"
_pkgname="rpcemu-recompiler"