summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorDaniel Bershatsky2023-02-16 15:02:57 +0300
committerDaniel Bershatsky2023-02-16 15:02:57 +0300
commitf5e053ffd11667b80d73ac86665f9a8238869121 (patch)
tree9d1bd33d1822998454368fb6da14f79010adb7e1 /.SRCINFO
parentc77fca20105a7aebb06d8dc054d5d4d1ec8b8504 (diff)
downloadaur-f5e053ffd11667b80d73ac86665f9a8238869121.tar.gz
Sanitize packaging
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO9
1 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddc747b7327c..c2013edbeedb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = python-jax
pkgdesc = Differentiate, compile, and transform Numpy code.
pkgver = 0.4.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/google/jax/
- arch = x86_64
+ arch = any
license = Apache
+ makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
- makedepends = python-wheel
- depends = absl-py
- depends = python
+ depends = python-absl
depends = python-jaxlib
depends = python-numpy>=1.20
depends = python-opt_einsum