summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64ba65ca901b..5fc79795903f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trinnity-caffe-git
pkgdesc = Caffe 1.0 with triNNity extensions
pkgver = 1.0
- pkgrel = 10
+ pkgrel = 11
url = https://bitbucket.org/STG-TCD/trinnity-caffe
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index ca8528752438..3379fe9dcc82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=trinnity-caffe-git
_srcname=trinnity-caffe
pkgver=1.0
-pkgrel=10
+pkgrel=11
pkgdesc="Caffe 1.0 with triNNity extensions"
arch=('x86_64')
url="https://bitbucket.org/STG-TCD/trinnity-caffe"
@@ -62,7 +62,7 @@ prepare() {
build() {
cd build
- make -j`grep processor /proc/cpuinfo | wc -l` clean caffe caffeproto pycaffe
+ make -j`grep processor /proc/cpuinfo | wc -l` clean caffe caffeproto pycaffe python
cp ${srcdir}/${_srcname}/LICENSE .
}