summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Hirzel2023-08-24 15:22:18 -0400
committerAlex Hirzel2023-08-24 15:22:18 -0400
commitcb2d5ddab04dfc079b1590c5ae14fcf8a22d4f55 (patch)
treeed0875803ad6e1f5bcb4a86e850bb8299c9ba664
parentd0846c829a505b94809e084549445df55e0b539a (diff)
downloadaur-cb2d5ddab04dfc079b1590c5ae14fcf8a22d4f55.tar.gz
update to version 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90e6ebd133a8..0f75cb941556 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-torchmetrics
pkgdesc = Machine learning metrics for distributed, scalable PyTorch applications
- pkgver = 1.0.3
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/PyTorchLightning/metrics
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-torchmetrics
depends = python-tqdm
optdepends = python-fidelity
optdepends = python-lpips
- source = torchmetrics-1.0.3.tar.gz::https://github.com/PyTorchLightning/metrics/releases/download/v1.0.3/torchmetrics-1.0.3.tar.gz
- sha512sums = 4779bd34b5b0919801823661e42bcb5333244298019e20f8ccd86e12b290cd8a97f83ee54c4bb106ed42a2634f5e6f4616f94db5709aad721d57aa3e08ae10ee
+ source = torchmetrics-1.1.0.tar.gz::https://github.com/PyTorchLightning/metrics/releases/download/v1.1.0/torchmetrics-1.1.0.tar.gz
+ sha512sums = 13be220d490d64fa8caecda47b58bad1b9a6fd63fdacf4e0e9bda7b10f8bf5cc386bb99c6c24414cad2c975348b0d4db06284677c54b8d51af1473288d4cc826
pkgname = python-torchmetrics
diff --git a/PKGBUILD b/PKGBUILD
index c9aad5651df5..36c2c0d820fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-torchmetrics
_pkgname=torchmetrics
-pkgver=1.0.3
+pkgver=1.1.0
pkgrel=1
pkgdesc='Machine learning metrics for distributed, scalable PyTorch applications'
arch=('any')
@@ -23,7 +23,7 @@ makedepends=(
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/PyTorchLightning/metrics/releases/download/v${pkgver}/torchmetrics-${pkgver}.tar.gz"
)
-sha512sums=('4779bd34b5b0919801823661e42bcb5333244298019e20f8ccd86e12b290cd8a97f83ee54c4bb106ed42a2634f5e6f4616f94db5709aad721d57aa3e08ae10ee')
+sha512sums=('13be220d490d64fa8caecda47b58bad1b9a6fd63fdacf4e0e9bda7b10f8bf5cc386bb99c6c24414cad2c975348b0d4db06284677c54b8d51af1473288d4cc826')
build() {
cd "${_pkgname}-${pkgver}"