aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-sound-recorder/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnome-sound-recorder/APKBUILD')
-rw-r--r--community/gnome-sound-recorder/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/gnome-sound-recorder/APKBUILD b/community/gnome-sound-recorder/APKBUILD
index 8ddb7a75604..268423939f6 100644
--- a/community/gnome-sound-recorder/APKBUILD
+++ b/community/gnome-sound-recorder/APKBUILD
@@ -1,11 +1,11 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gnome-sound-recorder
pkgver=42.0
-pkgrel=0
+pkgrel=1
pkgdesc="simple and modern sound recorder"
url="https://wiki.gnome.org/Apps/SoundRecorder"
-arch="noarch !s390x !riscv64" # limited by gjs
+arch="noarch !armhf !s390x !riscv64" # limited by gjs
license="GPL-2.0-or-later"
makedepends="
gjs-dev
@@ -23,11 +23,11 @@ source="https://download.gnome.org/sources/gnome-sound-recorder/${pkgver%.*}/gno
build() {
abuild-meson . output
- meson compile ${JOBS:+-j ${JOBS}} -C output
+ meson compile -C output
}
check() {
- meson test --no-rebuild -v -C output
+ meson test --no-rebuild --print-errorlogs -C output
}
package() {