summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2018-10-17 00:14:08 +0100
committerAndrew Anderson2018-10-17 00:14:08 +0100
commit20195de287ed1116767dca1dd084f3be602d4f68 (patch)
treeac90747ee6d830cbec4ef3e971e556fdb5e6b5db /PKGBUILD
parent2bf50557f825907db1cd7ed176ed05ff3e2e3439 (diff)
downloadaur-20195de287ed1116767dca1dd084f3be602d4f68.tar.gz
Fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e82df8f25ae..67d72847ad2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=caffe-opencl-slim-git
_srcname=caffe
pkgver=1.0
-pkgrel=16
+pkgrel=17
pkgdesc="A slimmed-down build of Caffe based on caffe-opencl-git"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
@@ -28,7 +28,6 @@ prepare() {
cd "${_srcname}"
git checkout opencl
- git checkout 99bd99795dcdf0b1d3086a8d67ab1782a8a08383
# This patch makes cmake find libboost_python3 (it normally only looks for libboost_python_py3 etc.)
patch cmake/Dependencies.cmake < ../dependencies.patch