summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bershatsky2022-12-15 16:44:52 +0300
committerDaniel Bershatsky2022-12-15 16:44:52 +0300
commitc25691c3422fe9c7f3b1c0937e03e85dd4ae0877 (patch)
tree52d9858344b5f2d90639f1a3a3aa72ec80f19b49
parent266b11831775d6c20eec3bbf335e3170c5d4479f (diff)
downloadaur-c25691c3422fe9c7f3b1c0937e03e85dd4ae0877.tar.gz
Fix metadata information
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 201c013077a6..981a1a424e8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,7 @@
pkgbase = python-jax
pkgdesc = Differentiate, compile, and transform Numpy code.
- pkgver = 0.3.25
- pkgrel = 2
- url = https://github.com/google/jax/
- arch = x86_64
- license = Apache
- makedepends = python-pip
- depends = absl-py
- depends = python
- depends = python-jaxlib
- depends = python-numpy
- depends = python-opt_einsum
- source = jax-0.3.25.tar.gz::https://github.com/google/jax/archive/refs/tags/jax-v0.3.25.tar.gz
- sha256sums = 49e8ce88ddd7dd0de86116c9d75d98a577a9061377ec423493fbac5ea29f79f0
-
-pkgname = python-jax
-pkgbase = python-jax
- pkgdesc = Differentiate, compile, and transform Numpy code.
pkgver = 0.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/google/jax/
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index a270af404f77..c40d93e09f53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-jax'
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
pkgdesc='Differentiate, compile, and transform Numpy code.'
arch=('x86_64')
url='https://github.com/google/jax/'