summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorenvolution2025-03-16 01:39:27 +0000
committerenvolution2025-03-16 01:39:27 +0000
commit60dfbcaaf5d2389a6f358eac4a1acb55a7dfdb0e (patch)
treead811d8c1004a3f9e3dea3f0c20b291b4d6b13ce /PKGBUILD
parent1b58c9f8c81226ce2b5124c00da8890669af94bd (diff)
downloadaur-60dfbcaaf5d2389a6f358eac4a1acb55a7dfdb0e.tar.gz
Auto update: python-ultralytics: 8.3.91
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e56a2dce9f9..3cd3fafa93b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=('python-ultralytics')
_pkgname='ultralytics'
-pkgver=8.3.90
+pkgver=8.3.91
_pkgdir=${_pkgname}-${pkgver}
pkgrel=1
pkgdesc="Ultralytics YOLOv8 for SOTA object detection, multi-object tracking, instance segmentation, pose estimation and image classification."
@@ -34,7 +34,7 @@ checkdepends=(ipython)
license=('AGPL-3.0-or-later')
arch=('any')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ultralytics/ultralytics/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('82a33a9abd2b26ae88a5a785e9f54eec3e14ae9070e9ed77b18050347d64323c')
+sha256sums=('b5313701d77776ff2fa37cd5690312f8de4fe3bd418000e6aeaff1b33603ecbb')
build() {
cd "${_pkgdir}"