summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-04-30 09:41:59 -0300
committerPeter Babič2021-11-23 19:08:36 +0100
commit186fd66c878defdb9bb3fc897606a833ca7b590a (patch)
treeac27f834a07707209fc3dba35ab5f84a6cce8ab9
parent3fbd72e61718a11629f851d28d2dada8008cc8d7 (diff)
downloadaur-186fd66c878defdb9bb3fc897606a833ca7b590a.tar.gz
provides: removed caffe-cpu
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c1164c22d84..895035180a03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Mar 19 06:44:15 UTC 2017
+# Sun Apr 30 12:41:34 UTC 2017
pkgbase = caffe
pkgdesc = A deep learning framework made with expression, speed, and modularity in mind (gpu enabled)
pkgver = rc5
- pkgrel = 1
+ pkgrel = 2
url = http://caffe.berkeleyvision.org/
arch = x86_64
license = BSD
@@ -36,7 +36,6 @@ pkgbase = caffe
depends = openblas-lapack
depends = python2-leveldb
depends = python2-scikit-image
- provides = caffe-cpu
conflicts = caffe-git
conflicts = caffe-cpu
conflicts = caffe-cpu-git
diff --git a/PKGBUILD b/PKGBUILD
index 2d89248f9baf..828a8f8dcfd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=caffe
pkgver=rc5
-pkgrel=1
+pkgrel=2
pkgdesc="A deep learning framework made with expression, speed, and modularity in mind (gpu enabled)"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
@@ -17,7 +17,6 @@ depends=( # binary repositories:
# AUR:
'openblas-lapack' 'python2-leveldb' 'python2-scikit-image')
makedepends=('doxygen' 'texlive-core')
-provides=('caffe-cpu')
conflicts=('caffe-git' 'caffe-cpu' 'caffe-cpu-git' 'caffe-dr-git' 'caffe-mnc-dr-git')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/BVLC/${pkgname}/archive/rc.tar.gz")
noextract=("${pkgname}-${pkgver}.tar.gz")