summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2018-12-06 17:00:23 +0000
committerAndrew Anderson2018-12-06 17:00:23 +0000
commitcd03b1dea5191328f8e523dfe88979ff547d24a0 (patch)
tree4a081c533ad0144ff502ccc57f3e4af84c9bb0ef /PKGBUILD
parent9981546cc3f45c7d2378c8ca1b68ff9f16514124 (diff)
downloadaur-cd03b1dea5191328f8e523dfe88979ff547d24a0.tar.gz
opencv4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a7cd71a27aa..733c8af13796 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=caffe-slim-git
_srcname=caffe
pkgver=1.0
-pkgrel=9
+pkgrel=10
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<4.0.0'
+ 'openblas-lapack' 'opencv>=4.0.0'
)
makedepends=('cmake')
provides=('caffe')