summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2018-12-13 19:58:33 +0000
committerAndrew Anderson2018-12-13 19:58:33 +0000
commitc202e540c7ff2e6b32e21668696fcc1f3b7cb82e (patch)
treef259141912e8354793f788ae813d0463766040c9 /PKGBUILD
parente9daba0a49ec71f43538def946178724f45d423b (diff)
downloadaur-c202e540c7ff2e6b32e21668696fcc1f3b7cb82e.tar.gz
python
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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 .
}