summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2018-06-14 05:40:30 -0700
committerDavid McInnis2018-06-14 05:40:30 -0700
commitb2fc13e4a8b6c59c1047c5cf3724dad4f2d73c14 (patch)
treeab2bdf301a6a71b9298a8725571f5d2d8f400a6f
parent2c3fbf3234d9a81cc854fa3626e02f6959a4691d (diff)
downloadaur-b2fc13e4a8b6c59c1047c5cf3724dad4f2d73c14.tar.gz
added optdepends array
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb9c7990ce5f..9f45b578ac53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-keras
pkgdesc = Deep Learning library (convnets, recurrent neural networks, and more)
pkgver = 2.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/fchollet/keras
arch = any
license = MIT
@@ -17,8 +17,8 @@ pkgbase = python-keras
makedepends = python2-scipy
makedepends = python2-h5py
makedepends = python2-yaml
- optdepends = python-keras-preprocessing: Utilities for working with image data, text data, and sequence data.
- optdepends = python-keras-applications: Reference implementations of popular deep learning models.
+ optdepends = python-keras-preprocessing: Utilities for working with image data, text data, and sequence data
+ optdepends = python-keras-applications: Reference implementations of popular deep learning models
optdepends = python2-keras-preprocessing
optdepends = python2-keras-applications
source = keras-2.2.0.tar.gz::https://github.com/fchollet/keras/archive/2.2.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 56164cb7290f..65a62fb87460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,13 @@ pkgbase="python-keras"
pkgname=("python-keras" "python2-keras")
_pkgname="keras"
pkgver="2.2.0"
-pkgrel="2"
+pkgrel="3"
pkgdesc="Deep Learning library (convnets, recurrent neural networks, and more)"
arch=('any')
url="https://github.com/fchollet/keras"
license=('MIT')
-makedepends=('python' 'python-setuptools' 'python-numpy' 'python-scipy' 'python-h5py' 'python-yaml'
- 'python2' 'python2-setuptools' 'python2-numpy' 'python2-scipy' 'python2-h5py' 'python2-yaml'
- )
-optdepends=('python-keras-preprocessing: Utilities for working with image data, text data, and sequence data.'
- 'python-keras-applications: Reference implementations of popular deep learning models.'
- 'python2-keras-preprocessing' 'python2-keras-applications'
- )
+makedepends=('python' 'python-setuptools' 'python-numpy' 'python-scipy' 'python-h5py' 'python-yaml' 'python2' 'python2-setuptools' 'python2-numpy' 'python2-scipy' 'python2-h5py' 'python2-yaml')
+optdepends=('python-keras-preprocessing: Utilities for working with image data, text data, and sequence data' 'python-keras-applications: Reference implementations of popular deep learning models' 'python2-keras-preprocessing' 'python2-keras-applications')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/fchollet/${_pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('83eae0c251c5ec7e9134e6e79d81da58bfce88e6932fef69dd57c0d512d548f4')