summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjerry732042018-12-14 00:27:46 +0800
committerjerry732042018-12-14 00:27:46 +0800
commit868e9063ca1a94d1f73b1a14804488779c9ecf50 (patch)
tree0bfb2355e64b252594c89fee96e803ab2407cf77 /PKGBUILD
parent80203f2caf4dfc9bb91da434b7bbd8b02a61d57d (diff)
downloadaur-868e9063ca1a94d1f73b1a14804488779c9ecf50.tar.gz
Add missing makedep findutils, bump pkgrel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b7fd01552f2..a6cbf8d87a8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=caffe-ssd
_srcname=caffe
pkgver=ssdv1.0.r0.g4817bf8b
-pkgrel=2
+pkgrel=3
pkgdesc="weiliu89's caffe"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
@@ -30,7 +30,7 @@ depends=(
# python-pydotplus (or python-pydot) is required by python executable draw_net.py
# https://github.com/BVLC/caffe/blob/691febcb83d6a3147be8e9583c77aefaac9945f8/python/caffe/draw.py#L7-L22
)
-makedepends=('git' 'gcc6' 'doxygen' 'texlive-core')
+makedepends=('git' 'gcc6' 'doxygen' 'texlive-core' 'findutils')
provides=('caffe')
conflicts=('caffe' 'caffe-cpu' 'caffe-cpu-git' 'caffe-dr-git' 'caffe-mnc-dr-git'
'caffe2' 'caffe2-git' 'caffe2-cpu' 'caffe2-cpu-git' 'caffe-git' 'caffe-ssd-cpu')