summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6e20c03b544..b5ca691a37e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
# Generated by mksrcinfo v8
-# Sun Feb 10 10:11:25 UTC 2019
+# Thu Feb 14 15:12:29 UTC 2019
pkgbase = avs-device-sdk
pkgdesc = SDK for commercial device makers to integrate Alexa directly into connected products
pkgver = 1.11
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/alexa/avs-device-sdk
- arch = any
+ arch = x86_64
+ arch = i686
license = Apache
makedepends = cmake
makedepends = gcc49
diff --git a/PKGBUILD b/PKGBUILD
index 3fdc1f11a9b2..4eff95490e08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=avs-device-sdk
pkgver=1.11
-pkgrel=6
+pkgrel=7
pkgdesc="SDK for commercial device makers to integrate Alexa directly into connected products"
-arch=('any')
+arch=(x86_64 i686)
url="https://github.com/alexa/avs-device-sdk"
license=('Apache')
makedepends=('cmake' 'gcc49')