summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2020-10-30 20:12:34 +0800
committerlilac2020-10-30 20:12:34 +0800
commit56a24cd8d5c3f30d77db9ba56f6498a494b90f45 (patch)
treea2a822489455d283d02deb6dd6b7d4764f7da6e3 /PKGBUILD
parentab88e13844bf7eb7d5eee88d4651ad253c9d97b9 (diff)
downloadaur-56a24cd8d5c3f30d77db9ba56f6498a494b90f45.tar.gz
[lilac] updated to 1.0.4-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0dd8721361b1..41b653fcc3a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-pytorch-lightning
_pkgname=pytorch-lightning
-pkgver=1.0.3
-pkgrel=1
+pkgver=1.0.4
+pkgrel=2
pkgdesc="The lightweight PyTorch wrapper for high-performance AI research"
arch=('any')
url='https://github.com/PyTorchLightning/pytorch-lightning'
@@ -26,7 +26,7 @@ optdepends=(
)
makedepends=('python-setuptools')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/PyTorchLightning/pytorch-lightning/archive/${pkgver}.tar.gz")
-sha512sums=('90faf21800b8c1368e0bb7b697ec32c85364c4dd1d435cdd77dc2b2c98faf5c907ac5a3803fe45593a351258491af85e97c905beddbd566988ae9ceffcb627c8')
+sha512sums=('4bdf6d79bc6dd0994b0791623365e21fa93dcf60e8064c6800aafc9db78dbb24fab92f829ccc17aefe8d35b1d2e802ed75028c19cbd305c0bd2477c4a2875e6a')
build() {
cd "${_pkgname}-${pkgver}"