summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Imreh2019-06-13 17:35:50 +0100
committerGergely Imreh2019-06-13 17:35:50 +0100
commitd86490a80005c612f83b98b344b7fea507016984 (patch)
tree7987d0a73ac86a55b0f8f6ac6459b2089c81776e
parent18f1e995ddbe91e8308977cb7f6007fbbe309a45 (diff)
downloadaur-d86490a80005c612f83b98b344b7fea507016984.tar.gz
add missing dependency
Signed-off-by: Gergely Imreh <imrehg@gmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e198f5004e5a..cf1cd02c495a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Apr 17 11:07:46 UTC 2019
pkgbase = edgetpu_api
pkgdesc = Google Coral Edge TPU runtime and Python library
pkgver = 1.9.2
- pkgrel = 1
+ pkgrel = 2
url = https://coral.withgoogle.com/
arch = x86_64
arch = aarch64
@@ -14,6 +12,7 @@ pkgbase = edgetpu_api
depends = python-pillow
depends = python-numpy
depends = libunwind
+ depends = libc++
options = !strip
source = https://dl.google.com/coral/edgetpu_api/edgetpu_api_1.9.2.tar.gz
sha256sums = 82324ac028fda707926b756cc97430c8d7f5ffa39940ba74d373de7d9dc90c86
diff --git a/PKGBUILD b/PKGBUILD
index 47a588b62083..5875ed290dc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=edgetpu_api
pkgver=1.9.2
-pkgrel=1
+pkgrel=2
pkgdesc='Google Coral Edge TPU runtime and Python library'
arch=('x86_64' 'aarch64' 'armv7h')
url='https://coral.withgoogle.com/'
license=('Apache')
options=(!strip)
-depends=('python' 'python-pip' 'python-pillow' 'python-numpy' 'libunwind')
+depends=('python' 'python-pip' 'python-pillow' 'python-numpy' 'libunwind' 'libc++')
source=("https://dl.google.com/coral/${pkgname}/${pkgname}_${pkgver}.tar.gz")
sha256sums=('82324ac028fda707926b756cc97430c8d7f5ffa39940ba74d373de7d9dc90c86')