aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-01-13 13:46:36 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-01-13 20:02:12 +0000
commitf203a19c953336cf778d78ffb19b4cf3efc260b1 (patch)
tree770b27aba862eca32f96cb5445c8ac3377674c9d
parent85f0141783bb50a8cbe9d89caea39bfe5c660fe8 (diff)
testing/mycroft-skill-stock: upgrade to 20.08_git20201206
-rw-r--r--testing/mycroft-skill-stock/APKBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/testing/mycroft-skill-stock/APKBUILD b/testing/mycroft-skill-stock/APKBUILD
index 35d243dd208..1982f46c536 100644
--- a/testing/mycroft-skill-stock/APKBUILD
+++ b/testing/mycroft-skill-stock/APKBUILD
@@ -1,14 +1,17 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=mycroft-skill-stock
-pkgver=20.08_git20200713
+pkgver=20.08_git20201206
pkgrel=0
-_commit="7d61ac88ce5557e9f26503611d10d771c1f73e7d"
+_commit="4ba6ea9860e374b2e09a1582f33bc0b46a911ae3"
pkgdesc="Mycroft AI official Stock Skill - providing current prices of stocks"
url="https://mycroft.ai/skills"
arch="noarch"
license="Apache-2.0"
-depends="python3 py3-requests"
+depends="
+ py3-requests
+ python3
+ "
source="https://github.com/mycroftai/skill-stock/archive/$_commit/skills-stock-$_commit.tar.gz"
options="!check" # No tests
builddir="$srcdir/skill-stock-$_commit"
@@ -18,4 +21,4 @@ package() {
cp -r ./* "$pkgdir"/usr/share/mycroft/skills/mycroft-stock.mycroftai/
}
-sha512sums="06f7f14ca72abf839c2fd622e80147de3212b209b42305382e3a44f185319508bdaae2dfba191a7868d33a6f1e12e2ee487f35b1210ea20f8d1ede891dd3aa94 skills-stock-7d61ac88ce5557e9f26503611d10d771c1f73e7d.tar.gz"
+sha512sums="3049a80da57dfd0db2f74761086b703b7e8c778d360dc7d50f967708d1995c1121687d488997b0687ec23b2e38c25321161eeb85a1bcd93f7485f8643d7a466d skills-stock-4ba6ea9860e374b2e09a1582f33bc0b46a911ae3.tar.gz"