diff options
author | Bart Ribbers <bribbers@disroot.org> | 2021-01-13 12:53:02 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-01-13 20:02:10 +0000 |
commit | 6e5155656e4b2628f798cf4606756c6e9fc8c6b2 (patch) | |
tree | dc5edce6f986d8126bc013830174b4240f904808 | |
parent | a499ed8ced4e4315abaace235d4375e69a955aa5 (diff) | |
download | aports-6e5155656e4b2628f798cf4606756c6e9fc8c6b2.tar.gz aports-6e5155656e4b2628f798cf4606756c6e9fc8c6b2.tar.bz2 aports-6e5155656e4b2628f798cf4606756c6e9fc8c6b2.tar.xz |
testing/mycroft-skill-fallback-wolfram-alpha: upgrade to 20.08_git20201206
-rw-r--r-- | testing/mycroft-skill-fallback-wolfram-alpha/APKBUILD | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/testing/mycroft-skill-fallback-wolfram-alpha/APKBUILD b/testing/mycroft-skill-fallback-wolfram-alpha/APKBUILD index 02467492a0..a738b2af1d 100644 --- a/testing/mycroft-skill-fallback-wolfram-alpha/APKBUILD +++ b/testing/mycroft-skill-fallback-wolfram-alpha/APKBUILD @@ -1,14 +1,19 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=mycroft-skill-fallback-wolfram-alpha -pkgver=20.08_git20200409 +pkgver=20.08_git20201206 pkgrel=0 -_commit="991e2cbdb99d44580ea94389e9d79a42b806ff2a" +_commit="eface55448c473a4138024cf9859f631ecd9c426" pkgdesc="Mycroft AI official Wolfram Alpha Skill - used as a fallback if an Intent is not matched" url="https://mycroft.ai/skills" arch="noarch" license="Apache-2.0" -depends="python3 py3-requests py3-wolframalpha py3-mtranslate" +depends=" + py3-mtranslate + py3-requests + py3-wolframalpha + python3 + " source="https://github.com/mycroftai/fallback-wolfram-alpha/archive/$_commit/fallback-wolfram-alpha-$_commit.tar.gz" options="!check" # No tests builddir="$srcdir/fallback-wolfram-alpha-$_commit" @@ -18,4 +23,4 @@ package() { cp -r ./* "$pkgdir"/usr/share/mycroft/skills/fallback-wolfram-alpha.mycroftai/ } -sha512sums="d31575552197a6d371c91a2c390b69fef96ae51011899d5efd110901ab1fca3fad2de406f0cdadd1b318fedf0311b9320c9b668aea15f6dd421e4047975dab0e fallback-wolfram-alpha-991e2cbdb99d44580ea94389e9d79a42b806ff2a.tar.gz" +sha512sums="a84e91a2c3ba7fe5d24cffba543bb6132753d0718a200aa2461e0324f34b79dc74f3e680a9779705b1b7bdc4438d11348a882941d3c2c581ba88a402b7c7246e fallback-wolfram-alpha-eface55448c473a4138024cf9859f631ecd9c426.tar.gz" |