summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-10-30 20:12:34 +0800
committerlilac2020-10-30 20:12:34 +0800
commit56a24cd8d5c3f30d77db9ba56f6498a494b90f45 (patch)
treea2a822489455d283d02deb6dd6b7d4764f7da6e3
parentab88e13844bf7eb7d5eee88d4651ad253c9d97b9 (diff)
downloadaur-56a24cd8d5c3f30d77db9ba56f6498a494b90f45.tar.gz
[lilac] updated to 1.0.4-2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 412cf7975ee0..4762cc27e79e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pytorch-lightning
pkgdesc = The lightweight PyTorch wrapper for high-performance AI research
- pkgver = 1.0.3
- pkgrel = 1
+ pkgver = 1.0.4
+ pkgrel = 2
url = https://github.com/PyTorchLightning/pytorch-lightning
arch = any
license = Apache
@@ -18,8 +18,8 @@ pkgbase = python-pytorch-lightning
optdepends = python-apex: mixed precision support
optdepends = tensorboard: tensorboard support
optdepends = python-horovod: for distributed training
- source = pytorch-lightning-1.0.3.tar.gz::https://github.com/PyTorchLightning/pytorch-lightning/archive/1.0.3.tar.gz
- sha512sums = 90faf21800b8c1368e0bb7b697ec32c85364c4dd1d435cdd77dc2b2c98faf5c907ac5a3803fe45593a351258491af85e97c905beddbd566988ae9ceffcb627c8
+ source = pytorch-lightning-1.0.4.tar.gz::https://github.com/PyTorchLightning/pytorch-lightning/archive/1.0.4.tar.gz
+ sha512sums = 4bdf6d79bc6dd0994b0791623365e21fa93dcf60e8064c6800aafc9db78dbb24fab92f829ccc17aefe8d35b1d2e802ed75028c19cbd305c0bd2477c4a2875e6a
pkgname = python-pytorch-lightning
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}"