summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-05-30 15:50:30 -0300
committerDaniel Bermond2017-05-30 15:50:30 -0300
commit5809034ea7d6b60e4ce8a8936c63b404239300e4 (patch)
tree4f49a03f92339b08d18b28a696a4e1ffe42f8c27 /PKGBUILD
parentafaab443c98af0a145805665c626b8877979ba10 (diff)
downloadaur-5809034ea7d6b60e4ce8a8936c63b404239300e4.tar.gz
boost-libs 1.64 rebuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce8207f93a38..1ae0450d252e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=caffe-git
_srcname=caffe
pkgver=1.0.r11.g91b09280f
-pkgrel=1
+pkgrel=2
pkgdesc="A deep learning framework made with expression, speed, and modularity in mind (git version, gpu enabled)"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
license=('BSD')
depends=(
- # binary repositories:
+ # official repositories:
'boost-libs' 'protobuf' 'google-glog' 'gflags' 'hdf5' 'opencv' 'leveldb'
'lmdb' 'cuda' 'python' 'boost' 'cython' 'python-numpy' 'python-scipy'
'python-matplotlib' 'ipython' 'python-h5py' 'python-networkx' 'python-nose'