summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2018-10-17 10:45:58 +0100
committerAndrew Anderson2018-10-17 10:45:58 +0100
commit08c673bdec1a4bf3f77f15155da53b1747d07304 (patch)
tree5a9426993006d1d95ca07a49f6fb0d5594dcc915 /PKGBUILD
parent852aaa2bbd7a76ddb9b2d51f7c67c29509d8fe54 (diff)
downloadaur-08c673bdec1a4bf3f77f15155da53b1747d07304.tar.gz
Master
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ff623c69ae1..633eafe62fcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=caffe-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/"
@@ -28,7 +28,7 @@ sha256sums=('SKIP'
prepare() {
cd "${_srcname}"
- git checkout intel
+ git checkout master
# This patch makes cmake find libboost_python3 (it normally only looks for libboost_python_py3 etc.)
patch cmake/Dependencies.cmake < ../dependencies.patch