summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-11-05 14:15:20 +0800
committerlilac2023-11-05 14:15:20 +0800
commit391109535bcbef95c4d74447a8e956c3bfdbae7f (patch)
tree24096f2af2dbd5bda1737a8e6c849b10f45054b2
parent17b5b1f306135c16c8f1b1ec59fe88ed5d860365 (diff)
downloadaur-391109535bcbef95c4d74447a8e956c3bfdbae7f.tar.gz
[lilac] updated to 0.19.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87e4fd894a04..7c57215c47b3 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.19.1
+ pkgver = 0.19.2
pkgrel = 1
url = https://github.com/fepegar/torchio
arch = any
@@ -20,7 +20,7 @@ pkgbase = python-torchio
depends = python-simpleitk
depends = python-torchvision
depends = python-tqdm
- source = python-torchio-0.19.1.tar.gz::https://github.com/fepegar/torchio/archive/v0.19.1.tar.gz
- sha512sums = 2048db7906ced075e641f15d9fb971fca9b65bee437e0367d292d7a5233db117dfb42494322b6d21a1f81824eb2056aad1e8cb7251f68bd1b44309a2468e594b
+ source = python-torchio-0.19.2.tar.gz::https://github.com/fepegar/torchio/archive/v0.19.2.tar.gz
+ sha512sums = 3905ce4a994fc8fab33fed425ba9b667ab1415381a397ef944f7687b9ef7a9a821841d057f85cbad466e10669f77cb3e24bc307331094231c89a3bb8ddd0c3a1
pkgname = python-torchio
diff --git a/PKGBUILD b/PKGBUILD
index af2c67bf2593..61e950052b3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-torchio
_pkgname=torchio
-pkgver=0.19.1
+pkgver=0.19.2
pkgrel=1
pkgdesc='Tools for medical image processing in deep learning and PyTorch'
arch=('any')
@@ -29,7 +29,7 @@ makedepends=(
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fepegar/torchio/archive/v${pkgver}.tar.gz")
-sha512sums=('2048db7906ced075e641f15d9fb971fca9b65bee437e0367d292d7a5233db117dfb42494322b6d21a1f81824eb2056aad1e8cb7251f68bd1b44309a2468e594b')
+sha512sums=('3905ce4a994fc8fab33fed425ba9b667ab1415381a397ef944f7687b9ef7a9a821841d057f85cbad466e10669f77cb3e24bc307331094231c89a3bb8ddd0c3a1')
build() {
cd "${_pkgname}-${pkgver}"