Bump to RC3

master
Micah Chambers 8 years ago committed by Peter Babič
parent 09a225a56e
commit 5bba1a0494
  1. 6
      PKGBUILD

@ -1,8 +1,8 @@
# Maintainer: Micah Chambers <micahc.vt@gmail.com>
pkgname=caffe
pkgver=rc2
pkgrel=2
pkgver=rc3
pkgrel=1
pkgdesc="Neural network toolkit"
arch=('i686' 'x86_64')
url="https://github.com/BVLC/caffe"
@ -13,7 +13,7 @@ depends=('atlas-lapack-base' 'hdf5' 'opencv' 'boost' 'protobuf' 'google-glog'
makedepends=('git' 'cmake')
optdepends=('cuda: for GPU support')
source=("https://github.com/BVLC/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('55c9c20870b30ce398e19e4f1a62ade1eff08fce51e28fa5604035b711978eec')
sha256sums=('0884207bfba0fbc8b263b87d30f9304f7094eec3a48f975177d142f8c72b6e3b')
build() {
if [ $CARCH = "i686" ]; then

Loading…
Cancel
Save