summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bershatsky2023-06-15 14:33:46 +0300
committerDaniel Bershatsky2023-06-15 14:33:46 +0300
commitfef94a09a97a5a68c28c0c0ed25500af55161100 (patch)
treecb9933cfc569dc82f4ccdfa546d114454f6584cb
parentacda7f166e506c7fcd3b7eb6d2a57994f1ec73d3 (diff)
downloadaur-fef94a09a97a5a68c28c0c0ed25500af55161100.tar.gz
Actualize dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b96d5d1e122..a0e75d47ab76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-tensorstore
pkgdesc = Library for reading and writing large multi-dimensional arrays.
pkgver = 0.1.36
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/google/tensorstore
arch = x86_64
license = Apache
@@ -9,6 +9,7 @@ pkgbase = python-tensorstore
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-setuptools-scm
+ makedepends = python-wheel
depends = blosc
depends = brotli
depends = bzip2
diff --git a/PKGBUILD b/PKGBUILD
index fe3c7ce40aa0..af81c8b8ec5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-tensorstore
_pkgname=${pkgname#python-}
pkgver=0.1.36
-pkgrel=1
+pkgrel=2
pkgdesc='Library for reading and writing large multi-dimensional arrays.'
arch=('x86_64')
url='https://github.com/google/tensorstore'
@@ -32,6 +32,7 @@ makedepends=(
'python-installer'
'python-setuptools'
'python-setuptools-scm'
+ 'python-wheel'
)
source=("$_pkgname-$pkgver.tar.gz::https://github.com/google/$_pkgname/archive/refs/tags/v$pkgver.tar.gz"
'pyproject.toml.patch')