summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-08-22 20:58:45 +0800
committerlilac2023-08-22 20:58:45 +0800
commitbbdb6709eb61a465839595e2ce6022db7dac273f (patch)
treebea22c3f6c822dde0dc5275f687d707a07b5ea2b
parentda6de4063222861f3f5846f12eacf40f7615ddb2 (diff)
downloadaur-bbdb6709eb61a465839595e2ce6022db7dac273f.tar.gz
[lilac] updated to 1.7.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8a4121a1301..7c784a1e014d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-imgviz
pkgdesc = Image Visualization Tools (object detection, semantic and instance segmentation)
- pkgver = 1.7.3
+ pkgver = 1.7.4
pkgrel = 1
url = https://github.com/wkentaro/imgviz
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-imgviz
depends = python-numpy
depends = python-pillow
depends = python-yaml
- source = python-imgviz-1.7.3.tar.gz::https://github.com/wkentaro/imgviz/archive/v1.7.3.tar.gz
- sha512sums = 6ff0d81f22321f113c3e68a670e3f51c19d2e1ef1c0a847291b12882b24ba3f0c70942fc99626d5d0191ad8ad3fc3e456bf59e69abe796e3f8b5aee08478aadd
+ source = python-imgviz-1.7.4.tar.gz::https://github.com/wkentaro/imgviz/archive/v1.7.4.tar.gz
+ sha512sums = e5051455db514d4de6daa51470b23d7eb3eb35b1c810caec6c0a0ecb204d5da13bfd8deee035e58d2225ed8124c00a811d8d9f4c82924a0a633dfb885967ec10
pkgname = python-imgviz
diff --git a/PKGBUILD b/PKGBUILD
index 2e3a750ccb13..eb405e89ca82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=imgviz
pkgname=python-imgviz
-pkgver=1.7.3
+pkgver=1.7.4
pkgrel=1
pkgdesc='Image Visualization Tools (object detection, semantic and instance segmentation)'
arch=('any')
@@ -21,7 +21,7 @@ checkdepends=(
python-pytest
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wkentaro/imgviz/archive/v${pkgver}.tar.gz")
-sha512sums=('6ff0d81f22321f113c3e68a670e3f51c19d2e1ef1c0a847291b12882b24ba3f0c70942fc99626d5d0191ad8ad3fc3e456bf59e69abe796e3f8b5aee08478aadd')
+sha512sums=('e5051455db514d4de6daa51470b23d7eb3eb35b1c810caec6c0a0ecb204d5da13bfd8deee035e58d2225ed8124c00a811d8d9f4c82924a0a633dfb885967ec10')
build() {
cd "${_pkgname}-${pkgver}"