summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2021-05-31 13:56:15 +0300
committerAdrian Perez de Castro2021-05-31 13:56:15 +0300
commit04ad3321a2eb17367989e5fd5b1a05ad1604d8cc (patch)
tree88179d1a3e95f8a09708cf92350ccd006214b9ad
parenta6b630df0bdc7761ba7605383148910f1730ed0e (diff)
downloadaur-04ad3321a2eb17367989e5fd5b1a05ad1604d8cc.tar.gz
Bump to version 2.5.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fef29b438b53..504dca0f82fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.4.0
+ pkgver = 2.5.0
pkgrel = 1
url = http://munt.sourceforge.net
install = munt.install
@@ -10,14 +10,12 @@ pkgbase = munt
makedepends = cmake
makedepends = imagemagick
makedepends = gendesk
- depends = qt5-base
depends = qt5-multimedia
depends = portaudio
- depends = libpulse
- depends = alsa-lib
+ depends = hicolor-icon-theme
options = staticlibs
- source = https://github.com/munt/munt/archive/libmt32emu_2_4_0.zip
- md5sums = 8e8569ad037051f5cdfcdb70d0d43bee
+ source = https://github.com/munt/munt/archive/libmt32emu_2_5_0.zip
+ sha512sums = a6ae2b45c8bd0d222ae2afbecbff7e29291f1d92dcbe188e5cf915324af7111700d293522a6514e8c7801557702225d2fa456997eb77a66534ad4e8e8b88c8fd
pkgname = munt
diff --git a/PKGBUILD b/PKGBUILD
index 3c2974011d00..8ed78d578aad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,18 @@
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.4.0
+pkgver=2.5.0
pkgrel=1
arch=('i686' 'x86_64')
url='http://munt.sourceforge.net'
license=('GPL2')
-depends=('qt5-base' 'qt5-multimedia' 'portaudio' 'libpulse' 'alsa-lib')
+depends=('qt5-multimedia' 'portaudio' 'hicolor-icon-theme')
makedepends=('cmake' 'imagemagick' 'gendesk')
options=('staticlibs')
__mt32suffix=libmt32emu
source=("https://github.com/${pkgname}/${pkgname}/archive/${__mt32suffix}_${pkgver//./_}.zip")
install=${pkgname}.install
+sha512sums=('a6ae2b45c8bd0d222ae2afbecbff7e29291f1d92dcbe188e5cf915324af7111700d293522a6514e8c7801557702225d2fa456997eb77a66534ad4e8e8b88c8fd')
build() {
cd "${srcdir}"
@@ -39,5 +40,3 @@ package() {
install -Dm644 "${srcdir}/munt.png" "${pkgdir}/usr/share/icons/hicolor/32x32/apps/munt.png"
install -Dm644 "${srcdir}/munt.desktop" "${pkgdir}/usr/share/applications/munt.desktop"
}
-
-md5sums=('8e8569ad037051f5cdfcdb70d0d43bee')