summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-01-10 18:30:13 +0100
committerMichel Zou2023-01-10 18:30:13 +0100
commit0fd3fae37315177ba085a13d4dbc305ac97ab27f (patch)
tree88b79ec6a71a6180c2ce4ff650e9318ca5f5c4e8
parente71ac360dff6d79740e09cf6b40cf5a014b89085 (diff)
downloadaur-0fd3fae37315177ba085a13d4dbc305ac97ab27f.tar.gz
1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b51aa760f055..a8de907fe1c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-tensap
pkgdesc = A Python package for the approximation of functions and tensors
- pkgver = 1.3
+ pkgver = 1.4
pkgrel = 1
url = https://github.com/anthony-nouy/tensap
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-tensap
makedepends = python-setuptools
depends = python-scipy
depends = python-tensorflow
- source = https://github.com/anthony-nouy/tensap/archive/v1.3.tar.gz
- sha256sums = 49b269db4a6a6c818b9345d691f9a4aa052a1cb4bf746aec9e923bb2b9ac8794
+ source = https://github.com/anthony-nouy/tensap/archive/v1.4.tar.gz
+ sha256sums = ae1e47455043a8ac771839e333be62228dbfdb00944465ff3675ca2b114fd0fd
pkgname = python-tensap
diff --git a/PKGBUILD b/PKGBUILD
index 69ae1e13b972..0ff664a5e264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-tensap
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc="A Python package for the approximation of functions and tensors"
url="https://github.com/anthony-nouy/tensap"
@@ -8,7 +8,7 @@ license=('LGPL')
makedepends=('python-setuptools')
depends=('python-scipy' 'python-tensorflow')
source=("https://github.com/anthony-nouy/tensap/archive/v${pkgver}.tar.gz")
-sha256sums=('49b269db4a6a6c818b9345d691f9a4aa052a1cb4bf746aec9e923bb2b9ac8794')
+sha256sums=('ae1e47455043a8ac771839e333be62228dbfdb00944465ff3675ca2b114fd0fd')
prepare() {
cd "${srcdir}"/tensap-$pkgver