summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiss Minie2017-06-09 00:53:30 -0400
committerMiss Minie2017-06-09 00:53:30 -0400
commitb807b9fe285fc543b8c5d79f4f8539275cc436ee (patch)
treee5b25d7c7d6d1dd40adf5b73385cd0ffdcc245cf /PKGBUILD
parent9448304d5d4c27560ff34f9b55f8aac4ddaaf667 (diff)
downloadaur-b807b9fe285fc543b8c5d79f4f8539275cc436ee.tar.gz
Updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5227cc32fead..b158d887454c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=munt-git
_pkgname=munt
pkgdesc="Software synthesiser emulating pre-GM MIDI devices, such as the Roland MT-32"
-pkgver=1629.b470b33
+pkgver=1861.a48e5be
pkgrel=1
arch=(i686 x86_64)
url="http://munt.sourceforge.net"
license=(LGPL2.1)
-depends=('qt4' 'portaudio' 'libpulse' 'alsa-lib')
-makedepends=('git' 'cmake' 'imagemagick' 'gendesk')
+depends=('qt5-base' 'qt5-multimedia' 'portaudio' 'libpulse' 'alsa-lib')
+makedepends=('git' 'cmake' 'gendesk')
options=(staticlibs)
source=(git://github.com/munt/munt.git)
provides=('munt')
@@ -36,7 +36,7 @@ build() {
cd "${srcdir}/${_pkgname}"
cmake -DWITH_INTERNAL_PORTAUDIO='FALSE' -DCMAKE_INSTALL_PREFIX='/usr'
- make -j24
+ make
}
package() {