aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-01-13 13:01:12 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-01-13 20:02:10 +0000
commitf5d74801a7d9e060e3b0b9490ecffd196daa0206 (patch)
tree786d3be07220e34565173b70d6b220fc253b391e
parent149d35ddb8cc1a4c68d7d681e70a2a96487d9df2 (diff)
testing/mycroft-skill-audio-record: upgrade to 20.08_git20201206
-rw-r--r--testing/mycroft-skill-audio-record/APKBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/testing/mycroft-skill-audio-record/APKBUILD b/testing/mycroft-skill-audio-record/APKBUILD
index fb46b0a82f5..d0e435d4fe2 100644
--- a/testing/mycroft-skill-audio-record/APKBUILD
+++ b/testing/mycroft-skill-audio-record/APKBUILD
@@ -1,14 +1,17 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=mycroft-skill-audio-record
-pkgver=20.08_git20200415
+pkgver=20.08_git20201206
pkgrel=0
-_commit="7a0b4af7dc2c813ccbcdcdabff0ea18bd9e90169"
+_commit="048fe123aac6a161fc4d4b252551f1d00cd565c7"
pkgdesc="Mycroft AI official Audio Record Skill - record audio and play it back"
url="https://mycroft.ai/skills"
arch="noarch"
license="Apache-2.0"
-depends="python3 py3-psutil"
+depends="
+ py3-psutil
+ python3
+ "
source="https://github.com/mycroftai/skill-audio-record/archive/$_commit/skills-audio-record-$_commit.tar.gz"
options="!check" # No tests
builddir="$srcdir/skill-audio-record-$_commit"
@@ -18,4 +21,4 @@ package() {
cp -r ./* "$pkgdir"/usr/share/mycroft/skills/mycroft-audio-record.mycroftai/
}
-sha512sums="5785a5c3b6787ab6511f4791cf0fd288c04b3a38d0dcb83412f418e6b7039692bdd28c57c6615cd7b43f3b960991cdb9744d94e8b46bc754cc2d1d55e308823c skills-audio-record-7a0b4af7dc2c813ccbcdcdabff0ea18bd9e90169.tar.gz"
+sha512sums="a43948c171773b22a309cc1f929dc0b53dc0583e6ee69d25696ff43fc015086fb0b0372be7dcccdc8e10ba8eccfb51e9a0703789be08aa91f3c0e68d2c877913 skills-audio-record-048fe123aac6a161fc4d4b252551f1d00cd565c7.tar.gz"