summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2020-12-23 06:33:48 +0800
committerlilac2020-12-23 06:33:48 +0800
commitc59ea20cd64f573f25102739ca33901402ad894c (patch)
tree57930c3979229ff63d02e676131aec0504c9c9fd /PKGBUILD
parent25d23e5b886e19de3901c9082f0fe50172b45585 (diff)
downloadaur-c59ea20cd64f573f25102739ca33901402ad894c.tar.gz
[lilac] updated to 0.7.7-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5838e2b7b7c2..39157c7ee355 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-unet
_pkgname=unet
-pkgver=0.7.5
+pkgver=0.7.7
pkgrel=1
pkgdesc='PyTorch Implementation of 2D and 3D U-Net'
arch=(any)
@@ -19,7 +19,7 @@ checkdepends=(
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fepegar/unet/archive/v${pkgver}.tar.gz")
-sha512sums=('8ee6fb61a56f4615c34d450e64300dd71aa1a3bc21604d34fe26bc8a28a5d48de7a073de58905242ad56e8f50afa75b26412fdb2d23b2746847256640df50583')
+sha512sums=('5d22d7c5131c86868e73af18e928f2a7cb0173d25511ac2d86207791df800e27085a231875f5c191c1c31cc5901b1c128beefc4177a3d9572cb82c809d546a3e')
build() {
cd "${_pkgname}-${pkgver}"