summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1101596ab350..d257c3ce6f98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = caffe-opencl-slim-git
pkgdesc = A slimmed-down build of Caffe based on caffe-opencl-git
pkgver = 1.0
- pkgrel = 11
+ pkgrel = 12
url = http://caffe.berkeleyvision.org/
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index c20e08d0c29c..e98da0f1538a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=caffe-opencl-slim-git
_srcname=caffe
pkgver=1.0
-pkgrel=11
+pkgrel=12
pkgdesc="A slimmed-down build of Caffe based on caffe-opencl-git"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
@@ -27,7 +27,7 @@ sha256sums=('SKIP'
prepare() {
cd "${_srcname}"
- git branch opencl
+ git checkout opencl
git checkout 99bd99795dcdf0b1d3086a8d67ab1782a8a08383
# This patch makes cmake find libboost_python3 (it normally only looks for libboost_python_py3 etc.)