summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2018-11-27 09:58:21 +0000
committerAndrew Anderson2018-11-27 09:58:21 +0000
commit9981546cc3f45c7d2378c8ca1b68ff9f16514124 (patch)
treec7717af2c706df4914b5da686a5299f88c2a71a9
parent6cfcbced97ac21adca1fa203b2d91c61c8308d4d (diff)
downloadaur-9981546cc3f45c7d2378c8ca1b68ff9f16514124.tar.gz
Update opencv dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index deb3128c2fb0..a07d9fc2440f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = caffe-slim-git
pkgdesc = A slimmed-down build of Caffe based on caffe-opencl-git
pkgver = 1.0
- pkgrel = 8
+ pkgrel = 9
url = http://caffe.berkeleyvision.org/
arch = x86_64
license = BSD
@@ -28,7 +28,7 @@ pkgbase = caffe-slim-git
depends = python-pillow
depends = python-six
depends = openblas-lapack
- depends = opencv
+ depends = opencv<4.0.0
provides = caffe
conflicts = caffe
conflicts = caffe-git
diff --git a/PKGBUILD b/PKGBUILD
index 3bae38d28f82..8a7cd71a27aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=caffe-slim-git
_srcname=caffe
pkgver=1.0
-pkgrel=8
+pkgrel=9
pkgdesc="A slimmed-down build of Caffe based on caffe-opencl-git"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
@@ -13,7 +13,7 @@ depends=(
'python-matplotlib' 'ipython' 'python-networkx' 'python-nose'
'python-pandas' 'python-dateutil' 'python-protobuf' 'python-gflags'
'python-yaml' 'python-pillow' 'python-six'
- 'openblas-lapack' 'opencv'
+ 'openblas-lapack' 'opencv<4.0.0'
)
makedepends=('cmake')
provides=('caffe')