summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartino Pilia2022-11-05 19:05:59 +0100
committerMartino Pilia2022-11-05 19:05:59 +0100
commit7cd357fbc5ae1c3281bd69f26cd97c2b0a2e1deb (patch)
tree010ac2b2fd18a446b019c487fda5fef1951610b3 /PKGBUILD
parent584d087d9739b72dc37c01e00cd4fefecaa31821 (diff)
downloadaur-python-skorch.tar.gz
Version 0.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff6c20966496..762bc3705091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
_pkgname=skorch
pkgname=python-$_pkgname
-pkgver=0.11.0
+pkgver=0.12.0
pkgrel=1
pkgdesc="A scikit-learn compatible neural network library that wraps pytorch"
arch=('any')
@@ -18,7 +18,7 @@ depends=(
)
makedepends=('python-setuptools')
source=("https://github.com/skorch-dev/skorch/archive/v${pkgver}.tar.gz")
-sha256sums=('928662b66e77043635eb863f8419d1a720ced0e079ca6e2bd05c9fbc803f98d6')
+sha256sums=('847c505553067efb2475793b968080564e6e9a96683a1012ccf40a32accab477')
package() {
cd "$srcdir/$_pkgname-$pkgver"