summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2020-10-31 05:04:32 +0800
committerlilac2020-10-31 05:04:32 +0800
commitd9b3988ee57f6849065e3a48e829e217d9a4b583 (patch)
treead379849b812e5fc5e32fa9624da01168a0cd7b4 /PKGBUILD
parentf4e9c5356ef372cdad613aa64824b47af88642ba (diff)
downloadaur-d9b3988ee57f6849065e3a48e829e217d9a4b583.tar.gz
[lilac] updated to 0.17.51-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2e9b11fa57b..098d6db3d356 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-torchio
_pkgname=torchio
-pkgver=0.17.50
+pkgver=0.17.51
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=('eaf24c0b9fbe6f5f85484061b25eabd62c5646d2853de58b6f7b10e53c58feb34b91a47ac24121b6aed490e18b4e4f038bc85490c48694d1b12206f70387a1e6')
+sha512sums=('a2d67dbf0b8477ec6869ec93e7e2b421e1ddbdd2beeadb0e9f963799791d95bcf6b58a07bdf977471b53b530e7704cacf19edffef0afdf5068ccff06a42352af')
build() {
cd "${_pkgname}-${pkgver}"