summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorheavysink2020-06-13 22:20:00 -0400
committerheavysink2020-06-13 22:20:00 -0400
commit8f5ad81f7a759280e6d94cfe9d5d2defbc57b9a1 (patch)
tree5660fbb636d376dfe9aacc245ef9b9f3851fbc07
parenta84e92f374ac4189cd6ca4cda60660878ac841ad (diff)
downloadaur-8f5ad81f7a759280e6d94cfe9d5d2defbc57b9a1.tar.gz
update to 2.2.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8839032ddc7e..3138652a39e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = joyce
pkgdesc = Emulates the Amstrad PCW on Unix
- pkgver = 2.2.12
+ pkgver = 2.2.13
pkgrel = 1
url = http://www.seasip.info/Unix/Joyce/index.html
arch = i686
@@ -9,9 +9,9 @@ pkgbase = joyce
depends = libpng
depends = libxml2
depends = sdl
- source = http://www.seasip.info/Unix/Joyce/joyce-2.2.12.tar.gz
+ source = http://www.seasip.info/Unix/Joyce/joyce-2.2.13.tar.gz
source = joyce.desktop
- sha256sums = 3f2f0b385a66c8ff63455b73f4018b562e52c19fc85de7e811800bec4e9837fc
+ sha256sums = 25d1d5b2543b2d09d2179c6292aad04777a5d9323eb3a8aadbf5b989fb51b179
sha256sums = ac4f54be832ff4c3bf434f36c0b28298742b20e4b6051db0a66e57ba636c5a98
pkgname = joyce
diff --git a/PKGBUILD b/PKGBUILD
index 0d0877386de5..407e6025fb87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Thomas Ascher <thomas.ascher@gmx.at>
pkgname=joyce
pkgrel=1
-pkgver=2.2.12
+pkgver=2.2.13
pkgdesc="Emulates the Amstrad PCW on Unix"
arch=('i686' 'x86_64')
url="http://www.seasip.info/Unix/Joyce/index.html"
@@ -12,7 +12,7 @@ depends=('libpng'
'sdl')
source=("http://www.seasip.info/Unix/Joyce/${pkgname}-${pkgver}.tar.gz"
"${pkgname}.desktop")
-sha256sums=('3f2f0b385a66c8ff63455b73f4018b562e52c19fc85de7e811800bec4e9837fc'
+sha256sums=('25d1d5b2543b2d09d2179c6292aad04777a5d9323eb3a8aadbf5b989fb51b179'
'ac4f54be832ff4c3bf434f36c0b28298742b20e4b6051db0a66e57ba636c5a98')
build() {