summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Hirzel2023-07-17 15:51:16 -0400
committerAlex Hirzel2023-07-17 15:51:16 -0400
commit0a714cb61861eac4dcdf150a79c75f7bc49e5dac (patch)
tree893072c7364f8fc6010acb7075d30a4587b9c53c
parentf8578e31e5458edce61a3a885de91b94e7d5335e (diff)
downloadaur-0a714cb61861eac4dcdf150a79c75f7bc49e5dac.tar.gz
update to version 2.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f64d6da8fbbf..5d795733cabc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pytorch-lightning
pkgdesc = The lightweight PyTorch wrapper for high-performance AI research
- pkgver = 2.0.4
+ pkgver = 2.0.5
pkgrel = 1
url = https://lightning.ai
arch = any
@@ -30,7 +30,7 @@ pkgbase = python-pytorch-lightning
depends = uvicorn
optdepends = python-apex: mixed precision support
optdepends = python-horovod: for distributed training
- source = https://files.pythonhosted.org/packages/source/p/pytorch-lightning/pytorch-lightning-2.0.4.tar.gz
- sha512sums = 0663c48c77300d0808bd6b5754560caa1fb92758fa50bce859290a98bd1f300de0a894b4bd84d3d075933572b558f73634b0717e07eb2cf336def0298b78af61
+ source = https://files.pythonhosted.org/packages/source/p/pytorch-lightning/pytorch-lightning-2.0.5.tar.gz
+ sha512sums = 4640b7afbb089754b9fbbfc2f5ed39da8897ca599f30cc3ff497fa289280cbad99ead2096eb9af3b25ab692339d4ebbecd816cc76297aa121a8247291eb43e12
pkgname = python-pytorch-lightning
diff --git a/PKGBUILD b/PKGBUILD
index 8c356f14a785..d4edbf1e4130 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pytorch-lightning
_name=${pkgname#python-}
-pkgver=2.0.4
+pkgver=2.0.5
pkgrel=1
pkgdesc="The lightweight PyTorch wrapper for high-performance AI research"
arch=('any')
@@ -41,7 +41,7 @@ makedepends=(
python-wheel
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('0663c48c77300d0808bd6b5754560caa1fb92758fa50bce859290a98bd1f300de0a894b4bd84d3d075933572b558f73634b0717e07eb2cf336def0298b78af61')
+sha512sums=('4640b7afbb089754b9fbbfc2f5ed39da8897ca599f30cc3ff497fa289280cbad99ead2096eb9af3b25ab692339d4ebbecd816cc76297aa121a8247291eb43e12')
build() {
cd "${srcdir}/${_name}-${pkgver}"