summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-10-17 23:15:29 +0000
committerDaniel Bermond2018-10-17 23:15:29 +0000
commitad020774320b4f71c90d250358506f5559b003f6 (patch)
tree6d1d97c9ae1491502bb36a6d42f46e2a616d0bf2
parent6f4775d9efcee8857570ade4e17773bef7a9ccac (diff)
downloadaur-ad020774320b4f71c90d250358506f5559b003f6.tar.gz
Update provides and conflicts
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b220d2b4561..e52ff707f967 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=caffe-git
pkgver=1.0.r132.g99bd99795
-pkgrel=2
+pkgrel=3
pkgdesc='A deep learning framework made with expression, speed, and modularity in mind (cpu only, git version)'
arch=('i686' 'x86_64')
url='http://caffe.berkeleyvision.org/'
@@ -24,8 +24,8 @@ depends=(
# https://github.com/BVLC/caffe/blob/99bd99795dcdf0b1d3086a8d67ab1782a8a08383/python/caffe/draw.py#L7-L22
)
makedepends=('git' 'boost' 'doxygen' 'texlive-core')
-provides=('caffe')
-conflicts=('caffe')
+provides=('caffe' 'caffe-cpu')
+conflicts=('caffe' 'caffe-cpu')
replaces=('caffe-cpu-git')
source=("$pkgname"::'git+https://github.com/BVLC/caffe.git'
'Makefile.config')