summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-06-11 19:59:27 +0200
committerGoliathLabs2020-06-11 19:59:27 +0200
commitff08eae38651cc350b118154b68a343bfc7c1f5b (patch)
tree1678bbf67d10b036a9e4619636d737770db6098c
parent52e12e9b677bbb5fcde22b1201dda24ec6f4b640 (diff)
downloadaur-ff08eae38651cc350b118154b68a343bfc7c1f5b.tar.gz
Updated: 1.19.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96c5d9f1dba8..0bb1ace71cdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = avs-device-sdk
pkgdesc = SDK for commercial device makers to integrate Alexa directly into connected products
- pkgver = 1.19.0
+ pkgver = 1.19.1
pkgrel = 1
url = https://github.com/alexa/avs-device-sdk
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = avs-device-sdk
depends = gst-plugins-base-libs
depends = snowboy
depends = cblas
- source = avs-device-sdk-1.19.0.tar.gz::https://github.com/alexa/avs-device-sdk/archive/v1.19.0.tar.gz
- sha512sums = 3a9043a22864e8796295250c87d25999aef75cad1caeb357c4fd1bb3ccb7ba3f84c399ff3037e7b2438fcb533b1798accd6a6b4d63568bc96889a0f624aa8f65
+ source = avs-device-sdk-1.19.1.tar.gz::https://github.com/alexa/avs-device-sdk/archive/v1.19.1.tar.gz
+ sha512sums = 96edaa1b78a582b9b9253e27f5f12c6be8415874ea8edb9e54f14e4e115eaff9bde5b99c2002a54fb1c26bb31dae9e89e9ad4642e743c7460f6628cec6c1f94e
pkgname = avs-device-sdk
diff --git a/PKGBUILD b/PKGBUILD
index 9e9aa6028396..60bc01b99cac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=avs-device-sdk
-pkgver=1.19.0
+pkgver=1.19.1
pkgrel=1
pkgdesc="SDK for commercial device makers to integrate Alexa directly into connected products"
arch=(x86_64 i686)
@@ -11,7 +11,7 @@ license=('Apache')
makedepends=('cmake')
depends=('portaudio' 'gstreamer' 'gst-plugins-base-libs' 'snowboy' 'cblas')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alexa/avs-device-sdk/archive/v${pkgver}.tar.gz")
-sha512sums=('3a9043a22864e8796295250c87d25999aef75cad1caeb357c4fd1bb3ccb7ba3f84c399ff3037e7b2438fcb533b1798accd6a6b4d63568bc96889a0f624aa8f65')
+sha512sums=('96edaa1b78a582b9b9253e27f5f12c6be8415874ea8edb9e54f14e4e115eaff9bde5b99c2002a54fb1c26bb31dae9e89e9ad4642e743c7460f6628cec6c1f94e')
prepare() {
sed -i 's/blas/cblas/' "${srcdir}/avs-device-sdk-${pkgver}/KWD/KittAi/src/CMakeLists.txt"