summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElrondo462015-12-13 08:13:24 +0100
committerElrondo462015-12-13 08:13:24 +0100
commit051c29c73e0b8530cd3a821cc77af02b06c620a2 (patch)
tree0a1c540d0f8a970905b5546b52d52892da2c770f
parent2b659e697c72b27bd29477b8078ccca51f44fa26 (diff)
downloadaur-051c29c73e0b8530cd3a821cc77af02b06c620a2.tar.gz
corrected some bugs
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec7ad8be2503..fc3804e58403 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,7 @@ url="http://dengine.net/"
arch=('i686' 'x86_64')
license=('GPL2')
conflicts=('doomsday2-unstable' 'i686-doomsday2-unstable')
-depends=('qt5-base' 'qt5-x11extras' 'sdl2_net' 'sdl2_mixer' 'fmodex'
-'wxpython' 'assimp' 'fluidsynth')
+depends=('qt5-base' 'qt5-x11extras' 'sdl2_net' 'sdl2_mixer' 'fmodex' 'wxpython' 'assimp' 'fluidsynth')
makedepends=('imagemagick')
optdepends=('doom1-wad: Doom shareware',
'heretic1-wad: Heretic shareware',
@@ -68,7 +67,5 @@ EOF
mkdir -p "${pkgdir}/etc/doomsday"
echo "iwaddir: /usr/share/games/doom" > "${pkgdir}/etc/doomsday/paths"
# For Music
- echo "To obtain music work properly, in options set show taskbar go \
- to sound options of the engine and go to path /usr/share/soundfonts and \
- choose your soundfont"
+ echo "To obtain music work properly, in options set show taskbar go to sound options of the engine and go to path /usr/share/soundfonts and choose your soundfont"
}