summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-09-30 05:42:29 +0800
committerlilac2020-09-30 05:42:29 +0800
commit434116fbd96adc59a77ee8638746fc2c5a0fbb98 (patch)
treec6808b92a88807327b8c8da458b2b42f02762ea7
parent5d67238671fb86e433ae7ecb151b2efc8f68a3f3 (diff)
downloadaur-434116fbd96adc59a77ee8638746fc2c5a0fbb98.tar.gz
[lilac] updated to 0.17.46-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 405c9aeb656c..bcb539f66297 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-torchio
pkgdesc = Tools for medical image processing in deep learning and PyTorch
- pkgver = 0.17.42
+ pkgver = 0.17.46
pkgrel = 1
url = https://github.com/fepegar/torchio
arch = any
@@ -17,8 +17,8 @@ pkgbase = python-torchio
depends = python-simpleitk
depends = python-torchvision
depends = python-tqdm
- source = python-torchio-0.17.42.tar.gz::https://github.com/fepegar/torchio/archive/v0.17.42.tar.gz
- sha512sums = c6a2696a2b76d3699eb47f77ce490f0aff4aea93bf4d6e64a2bf96801d098f9e898a7f6dd657581aadb3f7edb46f40c1676a31c2c6ded14a38f9457536c07d1e
+ source = python-torchio-0.17.46.tar.gz::https://github.com/fepegar/torchio/archive/v0.17.46.tar.gz
+ sha512sums = f4aff9c8da82202fac95f4fa17f748ad2a274e8098cc699f24fdaebe9defe3e1504525c4d7f856f53e2f4dc9241c2fc8ba675986c35b95785000b6e8a104b884
pkgname = python-torchio
diff --git a/PKGBUILD b/PKGBUILD
index a131fdbd5b63..52629ae2d0a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-torchio
_pkgname=torchio
-pkgver=0.17.42
+pkgver=0.17.46
pkgrel=1
pkgdesc='Tools for medical image processing in deep learning and PyTorch'
arch=(any)
@@ -28,7 +28,7 @@ checkdepends=(
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fepegar/torchio/archive/v${pkgver}.tar.gz")
-sha512sums=('c6a2696a2b76d3699eb47f77ce490f0aff4aea93bf4d6e64a2bf96801d098f9e898a7f6dd657581aadb3f7edb46f40c1676a31c2c6ded14a38f9457536c07d1e')
+sha512sums=('f4aff9c8da82202fac95f4fa17f748ad2a274e8098cc699f24fdaebe9defe3e1504525c4d7f856f53e2f4dc9241c2fc8ba675986c35b95785000b6e8a104b884')
build() {
cd "${_pkgname}-${pkgver}"