summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2021-01-20 14:12:29 -0500
committeracxz2021-01-20 14:12:29 -0500
commit6f9537152b0458fe7cc1a2e54820b9d40b7933c1 (patch)
tree27951bd7201d19826579e93a97ad49050891db6e /PKGBUILD
parent7fc6161f498511d4a498b909a364df310c4910bc (diff)
downloadaur-6f9537152b0458fe7cc1a2e54820b9d40b7933c1.tar.gz
updpkg 1.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37beacb1a376..cc065b46b668 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-gpytorch
-pkgver=1.3.0
+pkgver=1.3.1
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=('c60f216e621aba5b8197ea0e54868cba957ab6b9720a1c5745eda0292382cbe9')
+sha256sums=('107bd9bf7b8c84d1b9364d91d6e422c9c6b08b6e1b549680cf79a2c4dbdda68e')
_pkgname=gpytorch