diff options
author | reztho | 2017-07-31 18:03:33 +0100 |
---|---|---|
committer | reztho | 2017-07-31 18:03:33 +0100 |
commit | eb4bf5036c9440b34ef68b7883151c5d42460ceb (patch) | |
tree | e7eddcd38b4e9a5f5109d5f16e8d83b740cf81e1 /PKGBUILD | |
parent | 5831f4f49f6af99f4d14f6a2a13eb5539922f8a8 (diff) | |
download | aur-eb4bf5036c9440b34ef68b7883151c5d42460ceb.tar.gz |
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,11 +4,11 @@ pkgname=munt pkgdesc='Software synthesizer emulating pre-GM MIDI devices such as the Roland MT-32, CM-32L, CM-64 and LAPC-I' pkgver=2.2.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='http://munt.sourceforge.net' license=('GPL2') -depends=('qt4' 'portaudio' 'libpulse' 'alsa-lib') +depends=('qt5-base' 'qt5-multimedia' 'portaudio' 'libpulse' 'alsa-lib') makedepends=('cmake' 'imagemagick' 'gendesk') options=('staticlibs') __mt32suffix=libmt32emu |