summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-03-08 13:01:22 +0800
committerlilac2022-03-08 13:01:22 +0800
commit8bf043def0c29c7b72b28e22569a4c42c19f24d6 (patch)
treec885312ceeab304bb32dda5c94c41fa6c3263a9b
parent9151781bddbffdcda3b9b785618647d8ab1a1907 (diff)
downloadaur-8bf043def0c29c7b72b28e22569a4c42c19f24d6.tar.gz
[lilac] updated to 1.5.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 608ef33cd251..1fbe53a8d640 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-imgviz
pkgdesc = Image Visualization Tools (object detection, semantic and instance segmentation)
- pkgver = 1.4.2
+ pkgver = 1.5.0
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.4.2.tar.gz::https://github.com/wkentaro/imgviz/archive/v1.4.2.tar.gz
- sha512sums = dacd9c6b3438aa981421dc8e319e37003dfe537a8bf857edcd121be76426777043653459a9b72213fcc119db9457e7e140bbc339df00d85f8963aac01a792c1f
+ source = python-imgviz-1.5.0.tar.gz::https://github.com/wkentaro/imgviz/archive/v1.5.0.tar.gz
+ sha512sums = c56f0c04afe1001c9ee60d342a1232162aed888f2cd60727c88ef0ed70138fc3b52875665995c42383a980b1fe3ad40ddf4278f1304ff45638abe1731f49a24d
pkgname = python-imgviz
diff --git a/PKGBUILD b/PKGBUILD
index 7a9889671d6f..295f2c1dc7b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=imgviz
pkgname=python-imgviz
-pkgver=1.4.2
+pkgver=1.5.0
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=('dacd9c6b3438aa981421dc8e319e37003dfe537a8bf857edcd121be76426777043653459a9b72213fcc119db9457e7e140bbc339df00d85f8963aac01a792c1f')
+sha512sums=('c56f0c04afe1001c9ee60d342a1232162aed888f2cd60727c88ef0ed70138fc3b52875665995c42383a980b1fe3ad40ddf4278f1304ff45638abe1731f49a24d')
build() {
cd "${_pkgname}-${pkgver}"