summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorØystein Sture2022-09-15 13:08:30 +0200
committerØystein Sture2022-09-15 13:08:30 +0200
commite00edf3f60cf3e4813ceb8c7ee1752766dd0e3ae (patch)
tree494e4617cdad1401b1a0db7ced3071b7698c5257
parentd1f0e078f9cae5a6ea3510d0c2b86e7756d9c6d3 (diff)
downloadaur-e00edf3f60cf3e4813ceb8c7ee1752766dd0e3ae.tar.gz
Rename absl-py to python-absl
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b5f33f28749..f9b28bf541b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-tensorflow-probability
pkgdesc = Probabilistic reasoning and statistical analysis in TensorFlow
pkgver = 0.18.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tensorflow/probability
arch = any
license = APACHE
@@ -15,7 +15,7 @@ pkgbase = python-tensorflow-probability
depends = python-cloudpickle
depends = python-gast03
depends = python-dm-tree
- depends = absl-py
+ depends = python-absl
source = https://github.com/tensorflow/probability/archive/v0.18.0.tar.gz
sha256sums = f4852c0fea9117333ccb868f7a2ca75aecf5dd765dc39fd4ee5f8ab6fe87e909
diff --git a/PKGBUILD b/PKGBUILD
index 3ad82386e77d..fc4184db9e77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor:
pkgname=python-tensorflow-probability
pkgver=0.18.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' 'absl-py')
+depends=('python' 'python-tensorflow' 'python-numpy' 'python-six' 'python-decorator' 'python-cloudpickle' 'python-gast03' 'python-dm-tree' 'python-absl')
makedepends=('python-setuptools' 'bazel')
source=("https://github.com/tensorflow/probability/archive/v${pkgver}.tar.gz")
sha256sums=('f4852c0fea9117333ccb868f7a2ca75aecf5dd765dc39fd4ee5f8ab6fe87e909')