[upd] 1.0→1.1

This commit is contained in:
Carsten Teibes 2014-12-07 01:04:23 +01:00
parent 4fcd3f21c8
commit 63007b02aa
2 changed files with 11 additions and 6 deletions

View file

@ -1,15 +1,15 @@
pkgbase = dreamweb-de
pkgdesc = A top-down adventure game set in a gritty futuristic dystopian city - german language
pkgver = 1.0
pkgver = 1.1
pkgrel = 1
url = http://www.scummvm.org/
arch = any
license = custom: Freeware
depends = scummvm
options = !strip
source = http://downloads.sourceforge.net/scummvm/dreamweb-cd-de-1.0.zip
source = http://downloads.sourceforge.net/scummvm/dreamweb-cd-de-1.1.zip
source = dreamweb-de.sh
sha256sums = 3ee073377dcf1c478946460d13ca96d736b5b0a7f6a97fa93148c525aab6d81f
sha256sums = 2d42fbf5dd3a58ea98ebb5c9bb33f3d5b70e92a936013248f67c33f1b82ac74b
sha256sums = dc4994ce76ae22cefce421db3b963c53df0466172013f08bd1cb3e1cc900bd12
pkgname = dreamweb-de

View file

@ -1,8 +1,8 @@
# Maintainer: carstene1ns <url/mail: arch carsten-teibes de>
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
# Contributor: Dennis Hamester <dennis.hamester [AT] gmail [DOT] com>
pkgname=dreamweb-de
pkgver=1.0
pkgver=1.1
pkgrel=1
pkgdesc="A top-down adventure game set in a gritty futuristic dystopian city - german language"
arch=('any')
@ -11,7 +11,7 @@ license=('custom: Freeware')
depends=('scummvm')
source=("http://downloads.sourceforge.net/scummvm/dreamweb-cd-de-$pkgver.zip"
"$pkgname.sh")
sha256sums=('3ee073377dcf1c478946460d13ca96d736b5b0a7f6a97fa93148c525aab6d81f'
sha256sums=('2d42fbf5dd3a58ea98ebb5c9bb33f3d5b70e92a936013248f67c33f1b82ac74b'
'dc4994ce76ae22cefce421db3b963c53df0466172013f08bd1cb3e1cc900bd12')
# avoids unnecessary stripping and recompression
options=('!strip')
@ -28,6 +28,11 @@ package() {
install -m644 SPEECH/*.RAW "$pkgdir"/usr/share/$pkgname/speech
rm "$pkgdir"/usr/share/$pkgname/DREAMWEB.EXE
# doc
install -d "$pkgdir"/usr/share/doc/$pkgname/{hand,tage}buch
install -m644 handbuch/* "$pkgdir"/usr/share/doc/$pkgname/handbuch
install -m644 tagebuch/* "$pkgdir"/usr/share/doc/$pkgname/tagebuch
# license
install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}