aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasdf <timotheel-f@protonmail.com>2021-01-28 21:42:02 +0000
committerLeo <thinkabit.ukim@gmail.com>2021-02-02 19:08:14 +0000
commit9988bf2029003e286e2b8f717d453cc9c9170c4f (patch)
tree1f1fe4d4186fe8f526113c8f84072b2ada7bf691
parent6fea495b12382739cde2e3d39dbd8ed0a28149ca (diff)
community/callaudiod: upgrade to 0.1.0
-rw-r--r--community/callaudiod/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/callaudiod/APKBUILD b/community/callaudiod/APKBUILD
index 5b54f766b50..3e8f83e4af7 100644
--- a/community/callaudiod/APKBUILD
+++ b/community/callaudiod/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: TimotheeLF <timotheel-f@protonmail.com>
# Maintainer: TimotheeLF <timotheel-f@protonmail.com>
pkgname=callaudiod
-pkgver=0.0.5
+pkgver=0.1.0
pkgrel=0
pkgdesc="Call audio routing daemon"
url="https://gitlab.com/mobian1/callaudiod"
@@ -16,7 +16,7 @@ build() {
meson compile ${JOBS:+-j ${JOBS}} -C output
}
-test() {
+check() {
meson test --no-rebuild -v -C output
}
@@ -24,4 +24,4 @@ package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
-sha512sums="3ef2470dd77f735500a554b88297366353105989e5595e497438956295c3cce6e7068d6a73522e7c76266dfccb5a6cc54cc73bd5320781b50f390d5ecdcd9d25 callaudiod-0.0.5.tar.gz"
+sha512sums="a316b2bb5ed9822f00a8c224e22ea9020e81a1c03378bcd63557532b47c582a3822c9d6b9ad8efe572688379c0cc536249e2f385bcc1679c2f3bb9e9db1cc074 callaudiod-0.1.0.tar.gz"