summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0ed558b6b92..391cad88e614 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-gpytorch
-pkgver=0.3.5
+pkgver=1.0.0
pkgrel=1
pkgdesc='A highly efficient and modular implementation of GPs, with GPU
acceleration. Implemented in PyTorch.'
@@ -12,7 +12,7 @@ depends=('python' 'python-pytorch')
optdepends=()
makedepends=('python' 'python-setuptools')
source=("$pkgname-$pkgver::https://github.com/cornellius-gp/gpytorch/archive/v$pkgver.tar.gz")
-sha256sums=('904eecd5c5d88fa98f95e34b3ee53f94706fc7d6c3adc164c4e90a007e72d41b')
+sha256sums=('f61166fdeee7b0d900887a2b00c61fee70bc35fe28d873fcd6bcba3e833793f2')
_pkgname=gpytorch