summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ec628079b79..08b2e4eec08b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Apr 23 23:15:18 UTC 2018
+# Sat Jan 26 03:09:06 UTC 2019
pkgbase = lib32-munt-git
pkgdesc = Software synthesiser emulating pre-GM MIDI devices, such as the Roland MT-32
- pkgver = 1977.aa2a2f2
- pkgrel = 2
+ pkgver = 1979.9bb289a
+ pkgrel = 1
url = http://munt.sourceforge.net
arch = x86_64
license = LGPL2.1
diff --git a/PKGBUILD b/PKGBUILD
index 7bf7c5c0ffd7..83a0d39819ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=lib32-munt-git
_pkgname=munt
pkgdesc="Software synthesiser emulating pre-GM MIDI devices, such as the Roland MT-32"
-pkgver=1977.aa2a2f2
-pkgrel=2
+pkgver=1979.9bb289a
+pkgrel=1
arch=(x86_64)
url="http://munt.sourceforge.net"
license=(LGPL2.1)
@@ -23,7 +23,7 @@ build() {
export CC='gcc -m32'
export CXX='g++ -m32'
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
- cmake -DCMAKE_INSTALL_PREFIX='/usr'\
+ cmake . -DCMAKE_INSTALL_PREFIX='/usr'\
-Dmunt_WITH_MT32EMU_QT='FALSE'\
-Dmunt_WITH_MT32EMU_SMF2WAV='FALSE'
make