summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-05-07 12:31:27 -0300
committerDaniel Bermond2017-05-07 12:31:27 -0300
commit9c48f27a7170bae6a8def0803e764e4bb8610c4f (patch)
tree42fe23fed2ecec7ffe586b07311abf8e56a34959 /PKGBUILD
parent9d34f7eb9677131433448a691554a04742072867 (diff)
downloadaur-9c48f27a7170bae6a8def0803e764e4bb8610c4f.tar.gz
Fix: now really removed the unnecessary makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ac42de418a6..1fabc6d8cab9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=tiny-dnn-git
pkgver=1.0.0a3.r140.g77901b97
-pkgrel=1
+pkgrel=2
pkgdesc="A C++11 implementation of deep learning for limited computational resource, embedded systems and IoT devices (git version)"
arch=('any')
url="https://github.com/tiny-dnn/tiny-dnn"
license=('BSD')
-makedepends=('git' 'cmake' 'protobuf' 'intel-tbb' 'opencl-icd-loader' 'opencl-headers')
+makedepends=('git' 'cmake')
provides=('tiny-dnn')
conflicts=('tiny-dnn')
source=("${pkgname}"::"git+https://github.com/tiny-dnn/tiny-dnn.git")