diff options
author | piernov | 2025-01-06 16:30:57 +0100 |
---|---|---|
committer | piernov | 2025-01-06 16:30:57 +0100 |
commit | 2f0fe23c45e6d443fa6d449a6b1219c90a1e5f7b (patch) | |
tree | 64969a457da8d79fbdf971cfc4d8f4fba1381682 | |
parent | b22a444e20b048fbceff76f71a996646472e3973 (diff) | |
download | aur-python-sahi.tar.gz |
python-sahi 0.11.20-1
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = python-sahi pkgdesc = Lightweight vision library for performing large scale object detection/ instance segmentation - pkgver = 0.11.13 + pkgver = 0.11.20 pkgrel = 1 url = https://github.com/obss/sahi arch = any @@ -18,7 +18,7 @@ pkgbase = python-sahi depends = python-terminaltables depends = python-requests depends = python-click - source = git+https://github.com/obss/sahi#tag=0.11.13 + source = git+https://github.com/obss/sahi#tag=0.11.20 sha256sums = SKIP pkgname = python-sahi @@ -1,7 +1,7 @@ # Maintainer: piernov <piernov@piernov.org> pkgname=python-sahi -pkgver=0.11.13 +pkgver=0.11.20 pkgrel=1 pkgdesc="Lightweight vision library for performing large scale object detection/ instance segmentation" arch=('any') |