summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2018-03-09 09:54:10 +0100
committerFrederic Bezies2018-03-09 09:54:10 +0100
commit0bbea304eea8034b7c8197cd4506b5b3566da601 (patch)
tree06113b3de49b35b93180dea96bb42d7dc504548b
parent7fb48e33c41439a8aed07e900de3f46e9e07da57 (diff)
downloadaur-0bbea304eea8034b7c8197cd4506b5b3566da601.tar.gz
2.40.5 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8adaf56fc890..ee8b2b34b60b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = yaze
pkgdesc = Yet Another z80 (CP/M) Emulator
- pkgver = 2.40.3
+ pkgver = 2.40.5
pkgrel = 1
url = http://www.mathematik.uni-ulm.de/users/ag/yaze-ag/
arch = i686
arch = x86_64
license = GPL
- source = http://www.mathematik.uni-ulm.de/users/ag/yaze-ag/devel/yaze-ag-2.40.3_with_keytrans.tar.gz
+ source = http://www.mathematik.uni-ulm.de/users/ag/yaze-ag/devel/yaze-ag-2.40.5_with_keytrans.tar.gz
source = yaze.patch
- sha256sums = ae1899527ae45cec073dd4a7922ed967514d8cf77dfde9a612b41916535ac310
+ sha256sums = d46c861eb0725b87dd5567062f277860b98d538fca477d8686f17b36ef39d9bd
sha256sums = c0abd301728f95ccd825e3f17c56a743307c219a5fd046782105e65d552e6056
pkgname = yaze
diff --git a/PKGBUILD b/PKGBUILD
index c69051aa08f0..a90a3b0ec30b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
-# Maintainer: Drew DeVault <sir@cmpwn.com>
+# Maintainer: Frederic Bezies < fredbezies at gmail dot com>
+# Contributor: Drew DeVault <sir@cmpwn.com>
pkgname=yaze
-pkgver=2.40.3
+pkgver=2.40.5
pkgrel=1
license=('GPL')
pkgdesc='Yet Another z80 (CP/M) Emulator'
@@ -8,8 +9,8 @@ arch=("i686" "x86_64")
url='http://www.mathematik.uni-ulm.de/users/ag/yaze-ag/'
source=("http://www.mathematik.uni-ulm.de/users/ag/yaze-ag/devel/yaze-ag-${pkgver}_with_keytrans.tar.gz"
"yaze.patch")
-sha256sums=('ae1899527ae45cec073dd4a7922ed967514d8cf77dfde9a612b41916535ac310'
- 'c0abd301728f95ccd825e3f17c56a743307c219a5fd046782105e65d552e6056')
+sha256sums=('d46c861eb0725b87dd5567062f277860b98d538fca477d8686f17b36ef39d9bd'
+ 'c0abd301728f95ccd825e3f17c56a743307c219a5fd046782105e65d552e6056')
prepare() {
cd ${pkgname}-ag-${pkgver}_with_keytrans
@@ -32,3 +33,4 @@ package() {
make PREFIX="${pkgdir}/usr" install
}
+