summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3138652a39e2..2af1cf534810 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = joyce
pkgdesc = Emulates the Amstrad PCW on Unix
- pkgver = 2.2.13
+ pkgver = 2.4.2
pkgrel = 1
url = http://www.seasip.info/Unix/Joyce/index.html
arch = i686
@@ -9,10 +9,9 @@ pkgbase = joyce
depends = libpng
depends = libxml2
depends = sdl
- source = http://www.seasip.info/Unix/Joyce/joyce-2.2.13.tar.gz
+ source = http://www.seasip.info/Unix/Joyce/joyce-2.4.2.tar.gz
source = joyce.desktop
- sha256sums = 25d1d5b2543b2d09d2179c6292aad04777a5d9323eb3a8aadbf5b989fb51b179
+ sha256sums = 85659a6ac9b94fdf78c28d5d8d65a4f69e7520e1c02a915b971c2754695ab82c
sha256sums = ac4f54be832ff4c3bf434f36c0b28298742b20e4b6051db0a66e57ba636c5a98
pkgname = joyce
-
diff --git a/PKGBUILD b/PKGBUILD
index 407e6025fb87..32534e901baf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Thomas Ascher <thomas.ascher@gmx.at>
pkgname=joyce
pkgrel=1
-pkgver=2.2.13
+pkgver=2.4.2
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=('25d1d5b2543b2d09d2179c6292aad04777a5d9323eb3a8aadbf5b989fb51b179'
+sha256sums=('85659a6ac9b94fdf78c28d5d8d65a4f69e7520e1c02a915b971c2754695ab82c'
'ac4f54be832ff4c3bf434f36c0b28298742b20e4b6051db0a66e57ba636c5a98')
build() {