summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-01-14 18:59:40 +0100
committerMichel Zou2022-01-14 18:59:40 +0100
commit513b8c72721bcb83b594325eb9033eed5d37e5d5 (patch)
treea057a4eccf7393fad792dd79c7d68f2ecc7702bc
parent94b0aba38b71d7cbfb92e266f5c0e0ee6180761e (diff)
downloadaur-513b8c72721bcb83b594325eb9033eed5d37e5d5.tar.gz
1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed0caef6d1d3..a2e473b29dad 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.1
+ pkgver = 1.2
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.1.tar.gz
- sha256sums = 4074eb9cb76460114c4e54a0558a948a6464a71dee53b384a0bf734f156986d3
+ source = https://github.com/anthony-nouy/tensap/archive/v1.2.tar.gz
+ sha256sums = 15983d4b8bad06e86ff9537d47922f46d0132aac12be8944d0ac82c030fe6fa9
pkgname = python-tensap
diff --git a/PKGBUILD b/PKGBUILD
index 7d07462e6d44..d269d1865bf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-tensap
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="A Python package for the approximation of functions and tensors"
url="https://github.com/anthony-nouy/tensap"
@@ -8,11 +8,10 @@ license=('LGPL')
makedepends=('python-setuptools')
depends=('python-scipy' 'python-tensorflow')
source=("https://github.com/anthony-nouy/tensap/archive/v${pkgver}.tar.gz")
-sha256sums=('4074eb9cb76460114c4e54a0558a948a6464a71dee53b384a0bf734f156986d3')
+sha256sums=('15983d4b8bad06e86ff9537d47922f46d0132aac12be8944d0ac82c030fe6fa9')
prepare() {
cd "${srcdir}"/tensap-$pkgver
- curl -L https://github.com/anthony-nouy/tensap/commit/9bf7ebd338d7290eb686222a2a1ef8abe0d4d18d.patch | patch -p1
}
build() {