aboutsummaryrefslogtreecommitdiffstats
path: root/testing/a2jmidid/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/a2jmidid/APKBUILD')
-rw-r--r--testing/a2jmidid/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/a2jmidid/APKBUILD b/testing/a2jmidid/APKBUILD
index f6c5024a2eb..37af43e5496 100644
--- a/testing/a2jmidid/APKBUILD
+++ b/testing/a2jmidid/APKBUILD
@@ -1,14 +1,14 @@
-# Contributor: Kevin Thomas <me@kevinthomas.dev>
-# Maintainer: Kevin Thomas <me@kevinthomas.dev>
+# Contributor: Kay Thomas <kaythomas@pm.me>
+# Maintainer: Kay Thomas <kaythomas@pm.me>
pkgname=a2jmidid
pkgver=9
-pkgrel=1
+pkgrel=3
pkgdesc="ALSA sequencer to JACK MIDI bridging"
url="https://github.com/jackaudio/a2jmidid"
arch="all"
license="GPL-2.0-or-later"
depends="py3-dbus"
-makedepends="meson libexecinfo-dev jack-dev alsa-lib-dev dbus-dev"
+makedepends="meson jack-dev alsa-lib-dev dbus-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/jackaudio/a2jmidid/archive/$pkgver.tar.gz
check-for-libc-backtrace.patch
@@ -17,7 +17,7 @@ options="!check" # No testsuite
build() {
abuild-meson . build
- meson compile ${JOBS:+-j ${JOBS}} -C build
+ meson compile -C build
}
package() {