summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
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
}
+