summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2024-02-13 11:56:48 -0500
committerDylan Delgado2024-02-13 11:56:48 -0500
commit2f65cb7520da5e32d3a71561e6edf7680ec4f155 (patch)
tree877d028e8eba97edd889c200415ac41660884fc4
parente1b0ed3c971c36299eaccc9ddd7795233a758c7d (diff)
downloadaur-python-pykeops.tar.gz
Update to version 2.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cec77638970..55b5c6e81aa9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pykeops
pkgdesc = Python bindings for the cpp/cuda library KeOps.
- pkgver = 2.1.2
+ pkgver = 2.2.2
pkgrel = 1
url = http://www.kernel-operations.io/keops/index.html
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = python-pykeops
depends = cmake
depends = cuda
depends = python-pytorch>=1.5.0
- source = https://files.pythonhosted.org/packages/40/b5/076d3ff0070d011a8e04210cf7851450e8063d5f01926d7f0ecdc6edeefc/pykeops-2.1.2.tar.gz
- sha256sums = 5d7ebe2d39534253e88da970d420f10b00e76c599b31fc495884d017c15f6a85
+ source = https://files.pythonhosted.org/packages/4f/db/bc39837ce6b9bf58bc2669b0f168ca104d6438d32011389976a1bf371c73/pykeops-2.2.2.tar.gz
+ sha256sums = fbcda3822b153eb0e112a8babc0202e3df36ab73252a5d0fc610a91221de3ac4
pkgname = python-pykeops
diff --git a/PKGBUILD b/PKGBUILD
index e91b205fafac..81627815da9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dylan14 <dylan1496 at live dot com>
pkgname=python-pykeops
-pkgver=2.1.2
+pkgver=2.2.2
pkgrel=1
pkgdesc="Python bindings for the cpp/cuda library KeOps."
arch=('x86_64')
@@ -9,8 +9,8 @@ url="http://www.kernel-operations.io/keops/index.html"
license=('MIT')
depends=('python' 'python-numpy' 'gcc>=7.0.0' 'cmake' 'cuda' 'python-pytorch>=1.5.0')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/40/b5/076d3ff0070d011a8e04210cf7851450e8063d5f01926d7f0ecdc6edeefc/pykeops-2.1.2.tar.gz")
-sha256sums=('5d7ebe2d39534253e88da970d420f10b00e76c599b31fc495884d017c15f6a85')
+source=("https://files.pythonhosted.org/packages/4f/db/bc39837ce6b9bf58bc2669b0f168ca104d6438d32011389976a1bf371c73/pykeops-2.2.2.tar.gz")
+sha256sums=('fbcda3822b153eb0e112a8babc0202e3df36ab73252a5d0fc610a91221de3ac4')
_pkgname=pykeops