summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2018-11-22 15:56:23 +0000
committerDaniel Bermond2018-11-22 15:56:23 +0000
commit97c7a17cfcb83fec51474260cbb8578b8ce25a29 (patch)
tree678676a24c5899e30aa63a5734a5e519d8bd5ed4 /PKGBUILD
parent30a6e26b4d4593d54fc14685352c0e3a7877c7be (diff)
downloadaur-97c7a17cfcb83fec51474260cbb8578b8ce25a29.tar.gz
conflicts: add python-pytorch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53aa303fde3f..cf273219851a 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=6
+pkgrel=7
pkgdesc='A new lightweight, modular, and scalable deep learning framework'
arch=('i686' 'x86_64')
url='https://caffe2.ai/'
@@ -57,7 +57,7 @@ depends=(
)
makedepends=('git' 'cmake')
provides=('caffe2-cpu')
-conflicts=('caffe2-cpu')
+conflicts=('caffe2-cpu' 'python-pytorch')
replaces=('caffe2-cpu')
options=('!emptydirs')
source=(