summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2018-07-30 08:11:24 -0700
committerDavid McInnis2018-07-30 08:11:24 -0700
commitaea8ca9ad75514235e7168c203a4c1be95234338 (patch)
treeb4923983509c49a6c2d9d5d550f11642d5c1623b
parent83ebcef7d8218d41248b18147332deb1fdde39e2 (diff)
downloadaur-aea8ca9ad75514235e7168c203a4c1be95234338.tar.gz
fixed mistake where I forgot to remove stuff from makedepends array
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae47e1385fd5..e2fc7bde57b1 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.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/fchollet/keras
arch = any
license = MIT
@@ -10,15 +10,11 @@ pkgbase = python-keras
makedepends = python-scipy
makedepends = python-h5py
makedepends = python-yaml
- makedepends = python-keras-applications
- makedepends = python-keras-preprocessing
makedepends = python2-setuptools
makedepends = python2-numpy
makedepends = python2-scipy
makedepends = python2-h5py
makedepends = python2-yaml
- makedepends = python2-keras-applications
- makedepends = python2-keras-preprocessing
source = keras-2.2.2.tar.gz::https://github.com/fchollet/keras/archive/2.2.2.tar.gz
sha256sums = 76a7110a0f7b6114bfcf9453057a7e3c65e3957791336423b09a7420fc3de3a8
diff --git a/PKGBUILD b/PKGBUILD
index 2fdf3965dba7..f07569396ea8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,13 @@ pkgbase="python-keras"
pkgname=("python-keras" "python2-keras")
_pkgname="keras"
pkgver="2.2.2"
-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-setuptools' 'python-numpy' 'python-scipy' 'python-h5py' 'python-yaml'
- 'python-keras-applications' 'python-keras-preprocessing'
'python2-setuptools' 'python2-numpy' 'python2-scipy' 'python2-h5py' 'python2-yaml'
- 'python2-keras-applications' 'python2-keras-preprocessing'
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/fchollet/${_pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('76a7110a0f7b6114bfcf9453057a7e3c65e3957791336423b09a7420fc3de3a8')