summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDrew Noel2016-01-22 09:13:22 -0500
committerDrew Noel2016-01-22 09:13:31 -0500
commitae5eff0f805d8920be574ed26241cce622b7a967 (patch)
tree2f62704fac7ccc84087feb05b1026a6c9768ef4f /PKGBUILD
parent48dc642257c572a2de3a674f2a34c7cfb47c8456 (diff)
downloadaur-ae5eff0f805d8920be574ed26241cce622b7a967.tar.gz
Add SHA sums and missing compile dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 239890399c78..b52ce8c2c3cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=caffe-git
pkgver=r3482.813c3c9
-pkgrel=1
+pkgrel=2
pkgdesc='A fast framework for deep learning built in C++ for speed with a Python 2 interface'
arch=(x86_64)
url='https://github.com/BVLC/caffe'
@@ -42,12 +42,12 @@ depends=('cuda'
source=('git+https://github.com/BVLC/caffe.git'
'classify-print-results.py'
'Makefile.config')
-makedepends=('git' 'python2-setuptools' 'gcc-fortran')
+makedepends=('git' 'python2-setuptools' 'gcc-fortran' 'wget')
provides=('caffe' 'pycaffe' 'python2-pycaffe' )
conflicts=('caffe' 'pycaffe' 'python2-pycaffe' 'pycaffe-git' 'python2-pycaffe-git')
sha256sums=('SKIP'
- 'SKIP'
- 'SKIP')
+ 'c12ddbd524c1b5871cb42a8775cf17a3ef86ae8a859837a6c6c4e2c19deca3d5'
+ 'd2bd26feb69894bbe2a807e71703472f66d431947d4b760cd25f3243edf30557')
pkgver() {
cd caffe