summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Ascher2018-01-03 17:20:57 +0100
committerThomas Ascher2018-01-03 17:20:57 +0100
commita84e92f374ac4189cd6ca4cda60660878ac841ad (patch)
tree3555f0024dddaac848f7730e7749c86a32e199d3
parenta047e835d9843832d642da6d29874ad554d8bc48 (diff)
downloadaur-a84e92f374ac4189cd6ca4cda60660878ac841ad.tar.gz
updated to version 2.2.12 and removed non required build dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea0a65ac928e..8839032ddc7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = joyce
pkgdesc = Emulates the Amstrad PCW on Unix
- pkgver = 2.2.10
+ pkgver = 2.2.12
pkgrel = 1
url = http://www.seasip.info/Unix/Joyce/index.html
arch = i686
arch = x86_64
license = GPL
- makedepends = lyx
depends = libpng
depends = libxml2
depends = sdl
- source = http://www.seasip.info/Unix/Joyce/joyce-2.2.10.tar.gz
+ source = http://www.seasip.info/Unix/Joyce/joyce-2.2.12.tar.gz
source = joyce.desktop
- sha256sums = 8ce633278c438c9228c9201c8e2522cd32cc92a6f868a8b8e580e917c5fb2144
+ sha256sums = 3f2f0b385a66c8ff63455b73f4018b562e52c19fc85de7e811800bec4e9837fc
sha256sums = ac4f54be832ff4c3bf434f36c0b28298742b20e4b6051db0a66e57ba636c5a98
pkgname = joyce
diff --git a/PKGBUILD b/PKGBUILD
index 84ca3d39b6bb..0d0877386de5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Thomas Ascher <thomas.ascher@gmx.at>
pkgname=joyce
pkgrel=1
-pkgver=2.2.10
+pkgver=2.2.12
pkgdesc="Emulates the Amstrad PCW on Unix"
arch=('i686' 'x86_64')
url="http://www.seasip.info/Unix/Joyce/index.html"
@@ -10,10 +10,9 @@ license=('GPL')
depends=('libpng'
'libxml2'
'sdl')
-makedepends=('lyx')
source=("http://www.seasip.info/Unix/Joyce/${pkgname}-${pkgver}.tar.gz"
"${pkgname}.desktop")
-sha256sums=('8ce633278c438c9228c9201c8e2522cd32cc92a6f868a8b8e580e917c5fb2144'
+sha256sums=('3f2f0b385a66c8ff63455b73f4018b562e52c19fc85de7e811800bec4e9837fc'
'ac4f54be832ff4c3bf434f36c0b28298742b20e4b6051db0a66e57ba636c5a98')
build() {