diff --git a/.SRCINFO b/.SRCINFO index 8137e1d..e1d3f56 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Sat May 20 12:28:53 UTC 2017 +# Tue May 30 18:50:39 UTC 2017 pkgbase = caffe pkgdesc = A deep learning framework made with expression, speed, and modularity in mind (gpu enabled) pkgver = 1.0 - pkgrel = 2 + pkgrel = 3 url = http://caffe.berkeleyvision.org/ arch = x86_64 license = BSD diff --git a/PKGBUILD b/PKGBUILD index 25a8fd7..9f07eaa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,13 +3,13 @@ pkgname=caffe pkgver=1.0 -pkgrel=2 +pkgrel=3 pkgdesc="A deep learning framework made with expression, speed, and modularity in mind (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'