summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a84d111256d..e04ef51d3afa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-tensorflow-probability
pkgdesc = Probabilistic reasoning and statistical analysis in TensorFlow
pkgver = 0.23.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tensorflow/probability
arch = any
license = APACHE
@@ -13,7 +13,7 @@ pkgbase = python-tensorflow-probability
depends = python-six
depends = python-decorator
depends = python-cloudpickle
- depends = python-gast03
+ depends = python-gast
depends = python-dm-tree
depends = python-absl
source = https://github.com/tensorflow/probability/archive/v0.23.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 919f5c262988..49cbbb3154b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor:
pkgname=python-tensorflow-probability
pkgver=0.23.0
-pkgrel=1
+pkgrel=2
pkgdesc="Probabilistic reasoning and statistical analysis in TensorFlow"
url="https://github.com/tensorflow/probability"
arch=('any')
license=('APACHE')
-depends=('python' 'python-tensorflow' 'python-numpy' 'python-six' 'python-decorator' 'python-cloudpickle' 'python-gast03' 'python-dm-tree' 'python-absl')
+depends=('python' 'python-tensorflow' 'python-numpy' 'python-six' 'python-decorator' 'python-cloudpickle' 'python-gast' 'python-dm-tree' 'python-absl')
makedepends=('python-setuptools' 'bazel')
source=("https://github.com/tensorflow/probability/archive/v${pkgver}.tar.gz")
sha256sums=('a00769550da9284acbd69e32a005507153ad39b0c190feca2bbbf6373366cc14')