summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2021-06-29 13:20:46 -0400
committeracxz2021-06-29 13:20:46 -0400
commit59c30f302a52940ba4b49b461040414a056c15d1 (patch)
treeda428a242a175e8f3d29a599e6d024033b2cdaa5
parent0ca29fec6dc5ef04f7617174e027494395df5c49 (diff)
downloadaur-59c30f302a52940ba4b49b461040414a056c15d1.tar.gz
updpkg 1.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c4e0f7f4048..3ce23b413edc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-gpytorch
pkgdesc = A highly efficient and modular implementation of GPs, with GPU acceleration. Implemented in PyTorch.
- pkgver = 1.4.2
+ pkgver = 1.5.0
pkgrel = 1
url = https://gpytorch.ai
arch = x86_64
@@ -31,7 +31,7 @@ pkgbase = python-gpytorch
optdepends = python-flake8-print: for [test] module
optdepends = python-pytest: for [test] module
optdepends = python-nbval: for [test] module
- source = python-gpytorch-1.4.2::https://github.com/cornellius-gp/gpytorch/archive/v1.4.2.tar.gz
- sha256sums = 6f6ad4a8c488747b77097a95c6c623c904c4898deef4c51b65c453fbc1d2f8e4
+ source = python-gpytorch-1.5.0::https://github.com/cornellius-gp/gpytorch/archive/v1.5.0.tar.gz
+ sha256sums = 3c1ded76d04f8c3d8dbbd60bacf511c33e7337c75d3e6f9ffb9f3529a3c9b848
pkgname = python-gpytorch
diff --git a/PKGBUILD b/PKGBUILD
index e422e77d683b..1bf8cf828a62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-gpytorch
-pkgver=1.4.2
+pkgver=1.5.0
pkgrel=1
pkgdesc='A highly efficient and modular implementation of GPs, with GPU
acceleration. Implemented in PyTorch.'
@@ -33,7 +33,7 @@ optdepends=(
'python-nbval: for [test] module'
)
source=("$pkgname-$pkgver::https://github.com/cornellius-gp/gpytorch/archive/v$pkgver.tar.gz")
-sha256sums=('6f6ad4a8c488747b77097a95c6c623c904c4898deef4c51b65c453fbc1d2f8e4')
+sha256sums=('3c1ded76d04f8c3d8dbbd60bacf511c33e7337c75d3e6f9ffb9f3529a3c9b848')
_pkgname=gpytorch