summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-11-06 04:19:39 +0800
committerlilac2020-11-06 04:19:39 +0800
commit61e9675427a34d7f2dff12e0c6ce09ce5813c7a3 (patch)
tree79e3f6e1eac53133b36003d889345ff1711e2828
parentd9b3988ee57f6849065e3a48e829e217d9a4b583 (diff)
downloadaur-61e9675427a34d7f2dff12e0c6ce09ce5813c7a3.tar.gz
[lilac] updated to 0.17.53-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d5b26e3bf10..d6febf9cb115 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.51
+ pkgver = 0.17.53
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.51.tar.gz::https://github.com/fepegar/torchio/archive/v0.17.51.tar.gz
- sha512sums = a2d67dbf0b8477ec6869ec93e7e2b421e1ddbdd2beeadb0e9f963799791d95bcf6b58a07bdf977471b53b530e7704cacf19edffef0afdf5068ccff06a42352af
+ source = python-torchio-0.17.53.tar.gz::https://github.com/fepegar/torchio/archive/v0.17.53.tar.gz
+ sha512sums = d7d90d68f0df4701cfa3923954d600057f79794c15ee0090b328f5dca214fce3219360d93bdb2f8d67b8f162860688b835550098cbd5509e710a195776091810
pkgname = python-torchio
diff --git a/PKGBUILD b/PKGBUILD
index 098d6db3d356..a94a5bb5fa8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-torchio
_pkgname=torchio
-pkgver=0.17.51
+pkgver=0.17.53
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=('a2d67dbf0b8477ec6869ec93e7e2b421e1ddbdd2beeadb0e9f963799791d95bcf6b58a07bdf977471b53b530e7704cacf19edffef0afdf5068ccff06a42352af')
+sha512sums=('d7d90d68f0df4701cfa3923954d600057f79794c15ee0090b328f5dca214fce3219360d93bdb2f8d67b8f162860688b835550098cbd5509e710a195776091810')
build() {
cd "${_pkgname}-${pkgver}"