summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2024-03-13 00:28:30 +0200
committerAdrian Perez de Castro2024-03-13 00:28:30 +0200
commitf58dd8fa1d1e8352fb6eae2a2828aef4f30a014f (patch)
treebd4e93e7d2e66ccb835a9288a41647ce100e8add
parenteb6c8f14e7a5604f683e61989d08e097b59a65e6 (diff)
downloadaur-f58dd8fa1d1e8352fb6eae2a2828aef4f30a014f.tar.gz
Add aarch64 as supported
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14ec85e5f944..8ed7de862fd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +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 = 5
+ pkgrel = 6
url = http://munt.sourceforge.net
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL-2.0 OR LGPL-2.1
makedepends = cmake
makedepends = qt6-multimedia
diff --git a/PKGBUILD b/PKGBUILD
index 07d915a095bf..4866950ff915 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ 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=5
-arch=(i686 x86_64)
+pkgrel=6
+arch=(i686 x86_64 aarch64)
url=http://munt.sourceforge.net
license=('GPL-2.0 OR LGPL-2.1')
makedepends=(cmake qt6-multimedia portaudio)