summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2018-10-27 00:25:32 +0000
committerDaniel Bermond2018-10-27 00:25:32 +0000
commitb0c8e0088d76d659ddc25fd0529ba6b579cb9147 (patch)
treefd9a6a4e26158d081b9aff3bee9c6e8d6858f4c8 /PKGBUILD
parentad020774320b4f71c90d250358506f5559b003f6 (diff)
downloadaur-b0c8e0088d76d659ddc25fd0529ba6b579cb9147.tar.gz
Fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e52ff707f967..b1dbd5015340 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=caffe-git
pkgver=1.0.r132.g99bd99795
-pkgrel=3
+pkgrel=4
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' 'caffe-cpu')
-conflicts=('caffe' 'caffe-cpu')
+provides=('caffe' 'caffe-cpu-git')
+conflicts=('caffe' 'caffe-cpu-git')
replaces=('caffe-cpu-git')
source=("$pkgname"::'git+https://github.com/BVLC/caffe.git'
'Makefile.config')