From 65fc02a71e003a531a05fb1c6eec2979a50d2706 Mon Sep 17 00:00:00 2001 From: Jaroslav Lichtblau Date: Thu, 4 Dec 2014 09:28:16 +0100 Subject: [PATCH] drascula-1.0-5 --- .SRCINFO | 2 +- PKGBUILD | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3e597474bb76..0865dd4f06d0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -5,7 +5,7 @@ pkgbase = drascula url = http://scummvm.sourceforge.net/ arch = any license = custom - depends = scummvm>=1.0.0 + depends = scummvm optdepends = drascula-audio: audio files optdepends = drascula-audio-flac: lossless audio files optdepends = drascula-audio-mp3: mp3 audio files diff --git a/PKGBUILD b/PKGBUILD index b795b65bfb24..1915a1aedef4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc='"Drascula: The Vampire Strikes Back", classic comical 2D point & click arch=('any') url="http://scummvm.sourceforge.net/" license=('custom') -depends=('scummvm>=1.0.0') +depends=('scummvm') optdepends=('drascula-audio: audio files' 'drascula-audio-flac: lossless audio files' 'drascula-audio-mp3: mp3 audio files') @@ -22,7 +22,7 @@ package() { install -d "${pkgdir}"/usr/share/$pkgname/ install -m644 Packet.001 drascula.doc "${pkgdir}"/usr/share/$pkgname/ - install -D -m644 readme.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE + install -Dm644 readme.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE - install -D -m755 $pkgname.sh "${pkgdir}"/usr/bin/$pkgname + install -Dm755 $pkgname.sh "${pkgdir}"/usr/bin/$pkgname }