summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2018-12-06 17:00:23 +0000
committerAndrew Anderson2018-12-06 17:00:23 +0000
commitcd03b1dea5191328f8e523dfe88979ff547d24a0 (patch)
tree4a081c533ad0144ff502ccc57f3e4af84c9bb0ef
parent9981546cc3f45c7d2378c8ca1b68ff9f16514124 (diff)
downloadaur-cd03b1dea5191328f8e523dfe88979ff547d24a0.tar.gz
opencv4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a07d9fc2440f..4abb6f6b87b7 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 = 9
+ pkgrel = 10
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<4.0.0
+ depends = opencv>=4.0.0
provides = caffe
conflicts = caffe
conflicts = caffe-git
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')