summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2023-07-05 00:59:55 -0400
committerAlex Hirzel2023-07-05 00:59:55 -0400
commitf8578e31e5458edce61a3a885de91b94e7d5335e (patch)
tree79e0a8a7640d80b01058d194c442d7d906e16fa1 /PKGBUILD
parentf6cf178edb0476a41787624177e69af935c2753d (diff)
downloadaur-f8578e31e5458edce61a3a885de91b94e7d5335e.tar.gz
update to version 2.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55049db5fe15..8c356f14a785 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pytorch-lightning
_name=${pkgname#python-}
-pkgver=2.0.3
+pkgver=2.0.4
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=('62a998867a95d2f65589adbb0b3ba5e182475b2140a7f25327cb67ff045ba4da8c16a9053a641f4fc5b6e0f93bf06e7eaad95d8b146e8288bca377078e5028d7')
+sha512sums=('0663c48c77300d0808bd6b5754560caa1fb92758fa50bce859290a98bd1f300de0a894b4bd84d3d075933572b558f73634b0717e07eb2cf336def0298b78af61')
build() {
cd "${srcdir}/${_name}-${pkgver}"