aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-01-13 13:06:47 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-01-13 20:02:10 +0000
commiteb674d513fbc97217105ea724896f1e58a1a5cff (patch)
tree3347f140c828c24e220e47c6110cae6153ab3006
parent7fa63d6c8f0df936672ea9f36d1613ede99d7bab (diff)
testing/mycroft-skill-date-time: upgrade to 20.08_git20201228
-rw-r--r--testing/mycroft-skill-date-time/APKBUILD16
1 files changed, 12 insertions, 4 deletions
diff --git a/testing/mycroft-skill-date-time/APKBUILD b/testing/mycroft-skill-date-time/APKBUILD
index c8248fef1ac..670d8b5d605 100644
--- a/testing/mycroft-skill-date-time/APKBUILD
+++ b/testing/mycroft-skill-date-time/APKBUILD
@@ -1,14 +1,22 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=mycroft-skill-date-time
-pkgver=20.08_git20200901
+pkgver=20.08_git20201228
pkgrel=0
-_commit="bd5932fa61247387548d8577374900a635c6ad61"
+_commit="b5b7ded3149c1929b46c2e294fc6980325416cf6"
pkgdesc="Mycroft AI official Date and Time Skill, providing the current time, date and day of week for cities around the world"
url="https://mycroft.ai/skills"
arch="noarch !mips64" # blocked by py3-timezonefinder
license="Apache-2.0"
-depends="python3 py3-tz py3-tzlocal py3-astral py3-holidays py3-timezonefinder py3-geocoder"
+depends="
+ py3-astral
+ py3-geocoder
+ py3-holidays
+ py3-timezonefinder
+ py3-tz
+ py3-tzlocal
+ python3
+ "
source="https://github.com/mycroftai/skill-date-time/archive/$_commit/skills-date-time-$_commit.tar.gz"
options="!check" # No tests
builddir="$srcdir/skill-date-time-$_commit"
@@ -18,4 +26,4 @@ package() {
cp -r ./* "$pkgdir"/usr/share/mycroft/skills/mycroft-date-time.mycroftai/
}
-sha512sums="9e361c2a56b77302ff7cf598e4fdd36aead8f835519585f3bbea4d9dec22a1859060c71b17de71bf7810b787f4bed2122075f2090356d1a0da8da4a96c41135e skills-date-time-bd5932fa61247387548d8577374900a635c6ad61.tar.gz"
+sha512sums="b95c0b2ed6b4c1f5f071dbbb2d212ebd2478535f53989a5574fb8feb8f853676d6bb18b2fd78d58674be4653f1ae3abaa532c3964afde2055613e3a7a997e2c2 skills-date-time-b5b7ded3149c1929b46c2e294fc6980325416cf6.tar.gz"