summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2019-04-13 10:11:08 +0200
committerMartino Pilia2019-04-13 10:11:08 +0200
commit15680edb51149eafe7a4cdfe2b5cadd706e92c99 (patch)
treed0434255291da738baa3f5e3a81eeb5c432fec87
parent495cbf97496f97bd0e6132a09ed8878c0f673b2d (diff)
downloadaur-15680edb51149eafe7a4cdfe2b5cadd706e92c99.tar.gz
Version 0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a0c5b173bb9..ef13506931e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pytorch-ignite
pkgdesc = High-level library to help with training neural networks in PyTorch
- pkgver = 0.1.2
+ pkgver = 0.2.0
pkgrel = 1
url = https://pytorch.org/ignite
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-pytorch-ignite
makedepends = python-setuptools
depends = python-pytorch
conflicts = python-pytorch-ignite-git
- source = https://github.com/pytorch/ignite/archive/v0.1.2.tar.gz
- sha256sums = 35a60d2a8f6d930dba8cbd88810fc6bf799b84eea5f1d990ccfb2a5764fc2571
+ source = https://github.com/pytorch/ignite/archive/v0.2.0.tar.gz
+ sha256sums = a4ccac80c43c9189b09e3c8af85381880d336af8f46a9b37a002611ff3ce08f8
pkgname = python-pytorch-ignite
diff --git a/PKGBUILD b/PKGBUILD
index ed6913280f0d..94ccca360748 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
_pkgname=ignite
pkgname=python-pytorch-ignite
-pkgver=0.1.2
+pkgver=0.2.0
pkgrel=1
pkgdesc="High-level library to help with training neural networks in PyTorch"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-pytorch')
conflicts=('python-pytorch-ignite-git')
makedepends=('python-setuptools')
source=("https://github.com/pytorch/ignite/archive/v${pkgver}.tar.gz")
-sha256sums=('35a60d2a8f6d930dba8cbd88810fc6bf799b84eea5f1d990ccfb2a5764fc2571')
+sha256sums=('a4ccac80c43c9189b09e3c8af85381880d336af8f46a9b37a002611ff3ce08f8')
package() {
cd "$srcdir/$_pkgname-$pkgver"