summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Irofti2022-04-22 13:42:57 +0300
committerPaul Irofti2022-04-22 13:42:57 +0300
commit60e49487a985f84ff34a830bca741c40aad51aaf (patch)
treeae59816ab0df15310fe58c2e01a3b33b247cba1b /PKGBUILD
parent0f34a4f0b4617cccdfb3538cbd0dc72a0f4668ad (diff)
downloadaur-60e49487a985f84ff34a830bca741c40aad51aaf.tar.gz
update to 0.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99adcbc72573..fc3f7df302b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Paul Irofti <paul@irofti.net>
_name=kymatio
pkgname="python-$_name"
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
pkgdesc="Wavelet scattering in Python"
arch=('any')
-url="http://spams-devel.gforge.inria.fr/"
+url="https://www.kymat.io/"
license=('GPLv3')
depends=('python' 'python-numpy' 'python-scipy' 'python-appdirs'
@@ -14,7 +14,7 @@ depends=('python' 'python-numpy' 'python-scipy' 'python-appdirs'
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('32fbb2b5c1ceeeadc30029d6d9d4590a35052cc7c685cf2bb049690708bd3dfb')
+sha256sums=('67b7f57c881f17c260aa7659261ea2975b2feec9a09b8c46327533c589e0953c')
prepare() {
cd "$srcdir/$_name-$pkgver"