summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGergely Imreh2019-06-13 17:35:50 +0100
committerGergely Imreh2019-06-13 17:35:50 +0100
commitd86490a80005c612f83b98b344b7fea507016984 (patch)
tree7987d0a73ac86a55b0f8f6ac6459b2089c81776e /PKGBUILD
parent18f1e995ddbe91e8308977cb7f6007fbbe309a45 (diff)
downloadaur-d86490a80005c612f83b98b344b7fea507016984.tar.gz
add missing dependency
Signed-off-by: Gergely Imreh <imrehg@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')