diff options
author | Michael Stegeman | 2020-02-17 07:19:50 -0900 |
---|---|---|
committer | Michael Stegeman | 2020-02-17 07:20:31 -0900 |
commit | 56a112a1b4cc4a663b58fa005ff694ca7b117893 (patch) | |
tree | da5bfd51879f8da3c8ee5604f8201bc339b5bd66 | |
parent | 5e24103806e4d25dbcb69c638e3b38d604ccb7f3 (diff) | |
download | aur-56a112a1b4cc4a663b58fa005ff694ca7b117893.tar.gz |
Update to 0.11. (#1)
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | PKGBUILD | 11 |
2 files changed, 12 insertions, 11 deletions
@@ -1,7 +1,7 @@ pkgbase = webthings-gateway pkgdesc = WebThings Gateway by Mozilla - pkgver = 0.10.0 - pkgrel = 3 + pkgver = 0.11.0 + pkgrel = 1 url = https://iot.mozilla.org/gateway/ install = webthings-gateway.install arch = x86_64 @@ -25,8 +25,8 @@ pkgbase = webthings-gateway optdepends = ffmpeg: required for video transcoding in ONVIF and virtual things add-on optdepends = iputils: required for network presence add-on optdepends = mosquitto: required for some MQTT add-ons - source = webthings-gateway-0.10.0.tar.gz::https://github.com/mozilla-iot/gateway/archive/0.10.0.tar.gz - source = gateway-addon-python.tar.gz::https://github.com/mozilla-iot/gateway-addon-python/archive/v0.10.0.tar.gz + source = webthings-gateway-0.11.0.tar.gz::https://github.com/mozilla-iot/gateway/archive/0.11.0.tar.gz + source = gateway-addon-python.tar.gz::https://github.com/mozilla-iot/gateway-addon-python/archive/v0.11.0.tar.gz source = intent-parser.zip::https://github.com/mozilla-iot/intent-parser/archive/52b1d7f1f9d53d83adb813bc7bfbbbed203c0627.zip source = webthings-gateway.conf source = webthings-gateway.install @@ -34,8 +34,8 @@ pkgbase = webthings-gateway source = webthings-gateway-intent-parser.service source = webthings-gateway.sh source = webthings-gateway.sysusers - sha256sums = 1346efa975cc25d32c30a40620597e6af5c027e8b5dc975218cbf8a004ba5d57 - sha256sums = b288d3e5adaa9de103e8e340c82889f6afa9dfee1b1e6d01d175c55ccf1cc0f3 + sha256sums = 2b1b79b92af7e580b9d520c5e439197893f9fa2e77a6e04e57a1a395dd896c6a + sha256sums = 748ab1687c96fbad54832bf44db0b169a1d8d9cc6595d861ded4218e90a7a159 sha256sums = b59382026981c14bd5a08c82cb88d9ebb159ed98b0fb7bcaf954bc2f41f7b2d5 sha256sums = 8c2f4a28c9bdd4571d27e98e1f4beecd9fc7d8bfa57c412f2d749d4c0a774cde sha256sums = 60a275bf3a4b93defcc2a47a0833e9baf2e019443f401a4399e81277f8c9bf5c @@ -1,7 +1,7 @@ # Maintainer: Michael Stegeman <mstegeman@mozilla.com> pkgname=webthings-gateway -pkgver=0.10.0 -pkgrel=3 +pkgver=0.11.0 +pkgrel=1 pkgdesc='WebThings Gateway by Mozilla' url='https://iot.mozilla.org/gateway/' arch=('x86_64') @@ -23,6 +23,7 @@ makedepends=( 'jq' 'npm' 'python-setuptools' + 'python-wheel' 'python2' ) optdepends=( @@ -34,7 +35,7 @@ optdepends=( backup=() source=( "${pkgname}-${pkgver}.tar.gz::https://github.com/mozilla-iot/gateway/archive/${pkgver}.tar.gz" - "gateway-addon-python.tar.gz::https://github.com/mozilla-iot/gateway-addon-python/archive/v0.10.0.tar.gz" + "gateway-addon-python.tar.gz::https://github.com/mozilla-iot/gateway-addon-python/archive/v0.11.0.tar.gz" "intent-parser.zip::https://github.com/mozilla-iot/intent-parser/archive/52b1d7f1f9d53d83adb813bc7bfbbbed203c0627.zip" "${pkgname}.conf" "${pkgname}.install" @@ -44,8 +45,8 @@ source=( "${pkgname}.sysusers" ) sha256sums=( - '1346efa975cc25d32c30a40620597e6af5c027e8b5dc975218cbf8a004ba5d57' - 'b288d3e5adaa9de103e8e340c82889f6afa9dfee1b1e6d01d175c55ccf1cc0f3' + '2b1b79b92af7e580b9d520c5e439197893f9fa2e77a6e04e57a1a395dd896c6a' + '748ab1687c96fbad54832bf44db0b169a1d8d9cc6595d861ded4218e90a7a159' 'b59382026981c14bd5a08c82cb88d9ebb159ed98b0fb7bcaf954bc2f41f7b2d5' '8c2f4a28c9bdd4571d27e98e1f4beecd9fc7d8bfa57c412f2d749d4c0a774cde' '60a275bf3a4b93defcc2a47a0833e9baf2e019443f401a4399e81277f8c9bf5c' |