summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2018-10-25 01:57:12 +0000
committerDaniel Bermond2018-10-25 01:57:12 +0000
commit2cbbe0284dd3872dcc71dd938e38ce6a320a0d0c (patch)
treeb2356341bbf795231ab91dacca1e5c431cd6b5a3 /PKGBUILD
parentec6cb7c6c9556ee02daa847982a756b04f973c8d (diff)
downloadaur-2cbbe0284dd3872dcc71dd938e38ce6a320a0d0c.tar.gz
Fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd34027e0050..d2acdf0403bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ _pytorchver=1.0rc1 # pytorch stable release version
pkgname=caffe2
pkgver="0.8.2.pytorch.${_pytorchver}"
-pkgrel=1
+pkgrel=2
pkgdesc='A new lightweight, modular, and scalable deep learning framework'
arch=('i686' 'x86_64')
url='http://caffe2.ai/'
@@ -56,7 +56,8 @@ depends=(
'python-lmdb'
)
makedepends=('git' 'cmake')
-conflicts=('caffe2-git' 'caffe2-cuda' 'caffe2-cuda-git')
+provides=('caffe2-cpu')
+conflicts=('caffe2-cpu')
replaces=('caffe2-cpu')
options=('!emptydirs')
source=(