summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2018-08-07 22:10:23 -0700
committerDavid McInnis2018-08-07 22:10:23 -0700
commit93029ab9483d2f1b90abbae076d1ec4d9ea950ac (patch)
tree552799a7151c7ac3a026777abedcbe4f66ae8cca
parentaea8ca9ad75514235e7168c203a4c1be95234338 (diff)
downloadaur-93029ab9483d2f1b90abbae076d1ec4d9ea950ac.tar.gz
changed upstream to official
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2fc7bde57b1..5d23a06c992f 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 = 3
+ pkgrel = 4
url = https://github.com/fchollet/keras
arch = any
license = MIT
@@ -15,7 +15,7 @@ pkgbase = python-keras
makedepends = python2-scipy
makedepends = python2-h5py
makedepends = python2-yaml
- source = keras-2.2.2.tar.gz::https://github.com/fchollet/keras/archive/2.2.2.tar.gz
+ source = keras-2.2.2.tar.gz::https://github.com/keras-team/keras/archive/2.2.2.tar.gz
sha256sums = 76a7110a0f7b6114bfcf9453057a7e3c65e3957791336423b09a7420fc3de3a8
pkgname = python-keras
diff --git a/PKGBUILD b/PKGBUILD
index f07569396ea8..f207771fe0d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase="python-keras"
pkgname=("python-keras" "python2-keras")
_pkgname="keras"
pkgver="2.2.2"
-pkgrel=3
+pkgrel=4
pkgdesc="Deep Learning library (convnets, recurrent neural networks, and more)"
arch=('any')
url="https://github.com/fchollet/keras"
@@ -13,7 +13,7 @@ license=('MIT')
makedepends=('python-setuptools' 'python-numpy' 'python-scipy' 'python-h5py' 'python-yaml'
'python2-setuptools' 'python2-numpy' 'python2-scipy' 'python2-h5py' 'python2-yaml'
)
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/fchollet/${_pkgname}/archive/${pkgver}.tar.gz")
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/keras-team/${_pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('76a7110a0f7b6114bfcf9453057a7e3c65e3957791336423b09a7420fc3de3a8')
prepare() {