summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-11-25 04:04:06 +0800
committerlilac2020-11-25 04:04:06 +0800
commit227323f3f91703cc9306aafc54970fcd7ca41320 (patch)
tree0483843a6d00620b3b290bc3262b190729d2b85b
parentbd0aa43fccc0ad909105bff4308364b951ee8509 (diff)
downloadaur-227323f3f91703cc9306aafc54970fcd7ca41320.tar.gz
[lilac] updated to 1.0.8-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 046f1b115e85..07b5bad43be7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pytorch-lightning
pkgdesc = The lightweight PyTorch wrapper for high-performance AI research
- pkgver = 1.0.7
+ pkgver = 1.0.8
pkgrel = 1
url = https://github.com/PyTorchLightning/pytorch-lightning
arch = any
@@ -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.7.tar.gz::https://github.com/PyTorchLightning/pytorch-lightning/archive/1.0.7.tar.gz
- sha512sums = 039abdf83069753fa67063a073573cea9b57ee6efa84c2c02987ef74b950ec95c8d149bfdf8cacf5020a00bd5629b800ec605075864554ef9e5d0f3b594917ae
+ source = pytorch-lightning-1.0.8.tar.gz::https://github.com/PyTorchLightning/pytorch-lightning/archive/1.0.8.tar.gz
+ sha512sums = e49eb7ec86221a2ceb202efe0606c6e556439d12f4d41dd4d44461789b7dda0972ee4b1b25dab6244691e588e96c0c153319ed473daa52e6e25fca448afa7761
pkgname = python-pytorch-lightning
diff --git a/PKGBUILD b/PKGBUILD
index 6685af01a852..68e8e94f60ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pytorch-lightning
_pkgname=pytorch-lightning
-pkgver=1.0.7
+pkgver=1.0.8
pkgrel=1
pkgdesc="The lightweight PyTorch wrapper for high-performance AI research"
arch=('any')
@@ -26,7 +26,7 @@ optdepends=(
)
makedepends=('python-setuptools')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/PyTorchLightning/pytorch-lightning/archive/${pkgver}.tar.gz")
-sha512sums=('039abdf83069753fa67063a073573cea9b57ee6efa84c2c02987ef74b950ec95c8d149bfdf8cacf5020a00bd5629b800ec605075864554ef9e5d0f3b594917ae')
+sha512sums=('e49eb7ec86221a2ceb202efe0606c6e556439d12f4d41dd4d44461789b7dda0972ee4b1b25dab6244691e588e96c0c153319ed473daa52e6e25fca448afa7761')
build() {
cd "${_pkgname}-${pkgver}"