summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroysstu2020-04-14 08:09:30 +0200
committeroysstu2020-04-14 08:09:30 +0200
commit436509832ef3a1e31d4170bb27dea4cab5b10fa2 (patch)
tree00dd82dcb30e9f1d5f421f36ae17a336c5f25116
parent5e4417b7d53d4df43c816a534d57e9dccb9e50d5 (diff)
downloadaur-436509832ef3a1e31d4170bb27dea4cab5b10fa2.tar.gz
Replace python-gast02 with python-gast
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c49bd5e79b62..d00e55d4b1b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-tensorflow-probability
pkgdesc = Probabilistic reasoning and statistical analysis in TensorFlow
pkgver = 0.9.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/tensorflow/probability
arch = any
license = APACHE
@@ -12,7 +12,7 @@ pkgbase = python-tensorflow-probability
depends = python-six
depends = python-decorator
depends = python-cloudpickle
- depends = python-gast02
+ depends = python-gast
source = https://github.com/tensorflow/probability/archive/v0.9.0.tar.gz
sha256sums = 2c58d592e93bb8733110a819cb8f06ede91faa1b12c01342e406f1387dc7d919
diff --git a/PKGBUILD b/PKGBUILD
index 5a3c9ae08d53..6209f24b0701 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor:
pkgname=python-tensorflow-probability
pkgver=0.9.0
-pkgrel=2
+pkgrel=3
pkgdesc="Probabilistic reasoning and statistical analysis in TensorFlow"
url="https://github.com/tensorflow/probability"
arch=('any')
license=('APACHE')
-depends=('python-tensorflow' 'python-numpy' 'python-six' 'python-decorator' 'python-cloudpickle' 'python-gast02')
+depends=('python-tensorflow' 'python-numpy' 'python-six' 'python-decorator' 'python-cloudpickle' 'python-gast')
makedepends=('python-setuptools' 'bazel')
source=("https://github.com/tensorflow/probability/archive/v${pkgver}.tar.gz")
sha256sums=('2c58d592e93bb8733110a819cb8f06ede91faa1b12c01342e406f1387dc7d919')