summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2018-10-12 09:36:52 +0100
committerAndrew Anderson2018-10-12 09:36:52 +0100
commit56cae31f9dbef27e1891dcdf8064fc059e93ea5d (patch)
tree4b1d95d34f1ae8484ec552fc0180cc9eb9dcf4d9 /PKGBUILD
parent01b7a6bbbbf46783fc7b7a5d30fba8758194f545 (diff)
downloadaur-56cae31f9dbef27e1891dcdf8064fc059e93ea5d.tar.gz
Fix boost stuff
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b033f2e9e265..215ffe42b3d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=caffe-opencl-slim-git
_srcname=caffe
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A slimmed-down build of Caffe based on caffe-opencl-git"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
@@ -19,8 +19,10 @@ makedepends=('cmake')
provides=('caffe')
conflicts=('caffe' 'caffe-git' 'caffe-cpu-git' 'caffe-dr-git' 'caffe-mnc-dr-git' 'caffe-cpu'
'caffe2' 'caffe2-git' 'caffe2-cpu' 'caffe2-cpu-git' 'caffe-opencl-git')
-source=("${_srcname}"::"git+https://github.com/BVLC/${_srcname}#branch=opencl")
-sha256sums=('SKIP')
+source=("${_srcname}"::"git+https://github.com/BVLC/${_srcname}#branch=opencl"
+ 'dependencies.patch')
+sha256sums=('SKIP'
+ '7ddb59109d7df3889641eaa4769e6b9e82f96f623b200ecfd8ade7ecfe04f95f')
prepare() {
cd "${_srcname}"