summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 344130bdb6dc..14ec85e5f944 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = munt
pkgdesc = Software synthesizer emulating pre-GM MIDI devices such as the Roland MT-32, CM-32L, CM-64 and LAPC-I
pkgver = 2.7.0
- pkgrel = 4
+ pkgrel = 5
url = http://munt.sourceforge.net
arch = i686
arch = x86_64
- license = GPL2
+ license = GPL-2.0 OR LGPL-2.1
makedepends = cmake
makedepends = qt6-multimedia
makedepends = portaudio
diff --git a/PKGBUILD b/PKGBUILD
index 5570c250e831..07d915a095bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgbase=munt
pkgname=(munt munt-qt munt-daemon munt-smf2wav)
pkgdesc='Software synthesizer emulating pre-GM MIDI devices such as the Roland MT-32, CM-32L, CM-64 and LAPC-I'
pkgver=2.7.0
-pkgrel=4
+pkgrel=5
arch=(i686 x86_64)
url=http://munt.sourceforge.net
-license=(GPL2)
+license=('GPL-2.0 OR LGPL-2.1')
makedepends=(cmake qt6-multimedia portaudio)
source=("$pkgbase-$pkgver.tar.gz::https://sourceforge.net/projects/$pkgbase/files/$pkgbase/$pkgver/$pkgbase-$pkgver.tar.gz/download"
munt-daemon.service)