diff options
author | Bjoern Franke | 2018-01-02 20:02:47 +0100 |
---|---|---|
committer | Bjoern Franke | 2018-01-02 20:02:47 +0100 |
commit | ec84b5b0ff83ca753abb041ba20b16a2ab460204 (patch) | |
tree | 360c44cd8871689c0488c70ebd74f097b0fbd1c6 | |
parent | d65e67e2205e85d77ba15a4fd161f97b7e2dc22b (diff) | |
download | aur-ec84b5b0ff83ca753abb041ba20b16a2ab460204.tar.gz |
new upstream and some fixes in PKGBUILD
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 22 |
2 files changed, 10 insertions, 20 deletions
@@ -1,8 +1,6 @@ -# Generated by mksrcinfo v8 -# Tue Mar 28 18:23:37 UTC 2017 pkgbase = mycroft-core pkgdesc = Mycroft Core, the Mycroft Artificial Intelligence platform. Contribute to this package at: https://gitlab.com/rafamanzo/aur-mycroft-core - pkgver = 0.8.7 + pkgver = 0.9.12 pkgrel = 2 url = https://github.com/MycroftAI/mycroft-core install = mycroft-core.install @@ -30,12 +28,12 @@ pkgbase = mycroft-core depends = curl depends = mimic depends = alsa-utils - source = https://codeload.github.com/MycroftAI/mycroft-core/tar.gz/release/v0.8.7 + source = https://codeload.github.com/MycroftAI/mycroft-core/tar.gz/release/v0.9.12 source = mycroft.target source = mycroft-service.service source = mycroft-skills.service source = mycroft-voice.service - sha512sums = 1cf615a5d6ae86329503f85fca05d5b978c83904c16a4ae0a4a7ff1a891c0160c33e5bd0dc58589f5718f9e3fb581be22b80737924372d79c0551c80f1e03bf5 + sha512sums = c7c2580fbeb7fd43d5ffc2055f56063a3bc2c24a94adfb254a12d64b613aff36104209c2843235b61d00fca87e865a25a14aa9e5a0e5f93557abb1121ef86de5 sha512sums = a5989c9ff2b0f7338b4a6f9342c980413d71da375355abb416dce3a79e298fea7872e39b6a1505437aab860ed66755a6f344821f4f7cb31aed46792b2cef3f96 sha512sums = 74e9451dc38560e6efd4baf8c77cb81bdf9c0b821c1935eb2dac060614c0f14458101151583c3f444da59d9f065a744a7ad6f8daaeceec8f4e37f67d33199b6b sha512sums = cb8a5c2245ecd52e66acedebf7ce6ce8db32a84b3495d34cc3749e03aa7d12c958b5f71fa01aa79b36906401e655dd6442e979d60d53d64160d9f956551a92df @@ -1,9 +1,9 @@ -# Maintainer: Rafael Reggiani Manzo <rr.manzo#protonmail.com> +# Maintainer: Bjoern Franke <bjo@nord-west.org> pkgname=mycroft-core # _pkgcommit=eb0a37c # Used only when the latest tag is not working # pkgver=0.7.20.${_pkgcommit} -pkgver=0.8.7 +pkgver=0.9.12 pkgrel=2 pkgdesc="Mycroft Core, the Mycroft Artificial Intelligence platform. Contribute to this package at: https://gitlab.com/rafamanzo/aur-mycroft-core" arch=('i686' 'x86_64') @@ -40,19 +40,11 @@ source=("https://codeload.github.com/MycroftAI/mycroft-core/tar.gz/release/v${pk "mycroft-service.service" "mycroft-skills.service" "mycroft-voice.service") -sha512sums=(1cf615a5d6ae86329503f85fca05d5b978c83904c16a4ae0a4a7ff1a891c0160c33e5bd0dc58589f5718f9e3fb581be22b80737924372d79c0551c80f1e03bf5 -# sha512sums=(SKIP # Git already ensures data consistency # Used only when the latest tag is not working - a5989c9ff2b0f7338b4a6f9342c980413d71da375355abb416dce3a79e298fea7872e39b6a1505437aab860ed66755a6f344821f4f7cb31aed46792b2cef3f96 - 74e9451dc38560e6efd4baf8c77cb81bdf9c0b821c1935eb2dac060614c0f14458101151583c3f444da59d9f065a744a7ad6f8daaeceec8f4e37f67d33199b6b - cb8a5c2245ecd52e66acedebf7ce6ce8db32a84b3495d34cc3749e03aa7d12c958b5f71fa01aa79b36906401e655dd6442e979d60d53d64160d9f956551a92df - 7266494bf416a6f969bcbe9e854753e2a7e498ff9b43d6ca0ba37d94736bca9bf35f5825f24e19138428728189814222f2592fdea4c7e1d0d0ad18e7d3606a0b) - -# Valid only when using a tarball -prepare(){ - tar xzfv v${pkgver} -} - -# build() {} +sha512sums=('c7c2580fbeb7fd43d5ffc2055f56063a3bc2c24a94adfb254a12d64b613aff36104209c2843235b61d00fca87e865a25a14aa9e5a0e5f93557abb1121ef86de5' + 'a5989c9ff2b0f7338b4a6f9342c980413d71da375355abb416dce3a79e298fea7872e39b6a1505437aab860ed66755a6f344821f4f7cb31aed46792b2cef3f96' + '74e9451dc38560e6efd4baf8c77cb81bdf9c0b821c1935eb2dac060614c0f14458101151583c3f444da59d9f065a744a7ad6f8daaeceec8f4e37f67d33199b6b' + 'cb8a5c2245ecd52e66acedebf7ce6ce8db32a84b3495d34cc3749e03aa7d12c958b5f71fa01aa79b36906401e655dd6442e979d60d53d64160d9f956551a92df' + '7266494bf416a6f969bcbe9e854753e2a7e498ff9b43d6ca0ba37d94736bca9bf35f5825f24e19138428728189814222f2592fdea4c7e1d0d0ad18e7d3606a0b') package() { mkdir -p ${pkgdir}/usr/share/ |