summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2019-03-22 17:25:14 +0000
committerAndrew Anderson2019-03-22 17:25:14 +0000
commit18111e38146910a00fffb95706a2c653bed3899e (patch)
treecedf35c2f5155ddfd9a07c1e2406d031932ad040
parentb9e4b83cdc8b9e5e49657e5878d238ccebc90947 (diff)
downloadaur-18111e38146910a00fffb95706a2c653bed3899e.tar.gz
Add missing dep on gtk3 (for opencv)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58fca6d1458b..1d8a91cb090c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trinnity-caffe-git
pkgdesc = Caffe 1.0 with triNNity extensions
pkgver = 1.0
- pkgrel = 12
+ pkgrel = 13
url = https://bitbucket.org/STG-TCD/trinnity-caffe
arch = x86_64
license = BSD
@@ -29,6 +29,7 @@ pkgbase = trinnity-caffe-git
depends = python-six
depends = python-scikit-image
depends = opencv>=4.0.0
+ depends = gtk3
optdepends = openblas: OpenBLAS for backend linear algebra ops,
optdepends = cblas: Use CBLAS for backend linear algebra ops
provides = caffe
diff --git a/PKGBUILD b/PKGBUILD
index 7d4fc9a1e0e7..d8fe3247b469 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=trinnity-caffe-git
_srcname=trinnity-caffe
pkgver=1.0
-pkgrel=12
+pkgrel=13
pkgdesc="Caffe 1.0 with triNNity extensions"
arch=('x86_64')
url="https://bitbucket.org/STG-TCD/trinnity-caffe"
@@ -13,7 +13,7 @@ depends=(
'python-matplotlib' 'ipython' 'python-networkx' 'python-nose'
'python-pandas' 'python-dateutil' 'python-protobuf' 'python-gflags'
'python-yaml' 'python-pillow' 'python-six' 'python-scikit-image'
- 'opencv>=4.0.0'
+ 'opencv>=4.0.0' 'gtk3'
)
optdepends=('openblas: OpenBLAS for backend linear algebra ops',
'cblas: Use CBLAS for backend linear algebra ops'