aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-09-07 15:36:34 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-09-08 08:47:54 +0000
commit3ee8b797f1b431a354fd14ebed1046fc2c768013 (patch)
tree64709b5150bfd5115660c391432aa8dae44c0939
parent08bd90f10b199862923d762b8f04afc6475d462d (diff)
testing/mycroft-skill-volume: upgrade to 20.08_git20200608
-rw-r--r--testing/mycroft-skill-volume/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/mycroft-skill-volume/APKBUILD b/testing/mycroft-skill-volume/APKBUILD
index 8112b1b3c2b..28d0fc3ee0c 100644
--- a/testing/mycroft-skill-volume/APKBUILD
+++ b/testing/mycroft-skill-volume/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=mycroft-skill-volume
-pkgver=20.02_git20200413
+pkgver=20.08_git20200608
pkgrel=0
-_commit="a5aaf928de334fa340a7126b81d93becaf99d724"
+_commit="5777b2e57928247cf24d96267e55c123c5aa651c"
pkgdesc="Mycroft AI official Volume Skill - control the volume of your Device"
url="https://mycroft.ai/skills"
arch="noarch"
license="Apache-2.0"
-depends="python3"
+depends="python3 py3-pyalsaaudio"
source="https://github.com/mycroftai/skill-volume/archive/$_commit/skills-volume-$_commit.tar.gz"
options="!check" # No tests
builddir="$srcdir/skill-volume-$_commit"
@@ -18,4 +18,4 @@ package() {
cp -r ./* "$pkgdir"/usr/share/mycroft/skills/mycroft-volume.mycroftai/
}
-sha512sums="83562ec5c8cff4603d8c8626fd087d3d4f2a894bfae906aabc9aeecb2e1e19789414ef8e1bac136477fa401c461417d7d2684b86dcccb6558c5f6e3580374503 skills-volume-a5aaf928de334fa340a7126b81d93becaf99d724.tar.gz"
+sha512sums="215ac782cd3c195f6775ce76924e6da7cdce255e9b734885d65d9933377c16d0b61dda50b777e66b23777f9c0147c38814b3a5a42ef73f21ed420df5f17daf86 skills-volume-5777b2e57928247cf24d96267e55c123c5aa651c.tar.gz"