summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-06-11 19:39:59 +0200
committerGoliathLabs2020-06-11 19:39:59 +0200
commit52e12e9b677bbb5fcde22b1201dda24ec6f4b640 (patch)
tree1702e0404b8d5c3ac1edcf0a58ffc3d6ace420ee
parent97ec946dd2532babba352f71b0d3df254f3fdabd (diff)
downloadaur-52e12e9b677bbb5fcde22b1201dda24ec6f4b640.tar.gz
Updated: 1.19.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cb6c60fe319..96c5d9f1dba8 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.17.0
+ pkgver = 1.19.0
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.17.0.tar.gz::https://github.com/alexa/avs-device-sdk/archive/v1.17.0.tar.gz
- sha512sums = b8e6f1931d120eb6e23068e5bb2e67857f3530a61ef5d56bb7e8799366bdbc4cef5eb6887697675ca4b1a76c5380b18bf1483e1dc3809f254dea5b9f53120cab
+ source = avs-device-sdk-1.19.0.tar.gz::https://github.com/alexa/avs-device-sdk/archive/v1.19.0.tar.gz
+ sha512sums = 3a9043a22864e8796295250c87d25999aef75cad1caeb357c4fd1bb3ccb7ba3f84c399ff3037e7b2438fcb533b1798accd6a6b4d63568bc96889a0f624aa8f65
pkgname = avs-device-sdk
diff --git a/PKGBUILD b/PKGBUILD
index 308ac28050c7..9e9aa6028396 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=avs-device-sdk
-pkgver=1.17.0
+pkgver=1.19.0
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=('b8e6f1931d120eb6e23068e5bb2e67857f3530a61ef5d56bb7e8799366bdbc4cef5eb6887697675ca4b1a76c5380b18bf1483e1dc3809f254dea5b9f53120cab')
+sha512sums=('3a9043a22864e8796295250c87d25999aef75cad1caeb357c4fd1bb3ccb7ba3f84c399ff3037e7b2438fcb533b1798accd6a6b4d63568bc96889a0f624aa8f65')
prepare() {
sed -i 's/blas/cblas/' "${srcdir}/avs-device-sdk-${pkgver}/KWD/KittAi/src/CMakeLists.txt"