summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82ad99e0e00f..22ae728c5346 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = caffe-git
pkgdesc = A fast framework for deep learning built in C++ for speed with a Python 2 interface
pkgver = r3482.813c3c9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/BVLC/caffe
arch = x86_64
license = custom
makedepends = git
makedepends = python2-setuptools
makedepends = gcc-fortran
+ makedepends = wget
depends = cuda
depends = opencv
depends = openblas-lapack
@@ -48,8 +49,8 @@ pkgbase = caffe-git
source = classify-print-results.py
source = Makefile.config
sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
+ sha256sums = c12ddbd524c1b5871cb42a8775cf17a3ef86ae8a859837a6c6c4e2c19deca3d5
+ sha256sums = d2bd26feb69894bbe2a807e71703472f66d431947d4b760cd25f3243edf30557
pkgname = caffe-git
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