summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2025-01-23 21:46:49 +0800
committerlilac2025-01-23 21:46:49 +0800
commit8fc7efcaa6565b37279943965df29f45e50e7b23 (patch)
tree188e98330a6fe0d39a657cca1853fecbd2ecd238 /PKGBUILD
parent67846fa615d9004869bbc958ee4cafb8878f81d1 (diff)
downloadaur-8fc7efcaa6565b37279943965df29f45e50e7b23.tar.gz
[lilac] updated to 5.6.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 824228ad4f93..5f3f1615ae9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Butui Hu <hot123tea123@gmail.com>
pkgname=labelme
-pkgver=5.6.0
+pkgver=5.6.1
pkgrel=1
pkgdesc='Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).'
arch=('any')
@@ -34,7 +34,7 @@ optdepends=(
)
install="${pkgname}.install"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wkentaro/labelme/archive/v${pkgver}.tar.gz")
-sha512sums=('899ba0abc65704c68230bb13e28dc96788e5d088c24e6f23d4a38e29682bbe7d7b08e85cc22b113568ad0e49e50a62e36079c2a7996420aee11adb19a7356689')
+sha512sums=('8f412c69ea6dad478b7c752d3ac1dd10d3f45d92b2fe0040b23b7b3662586177ad7b1d74a243c89f581e04511e11550950fe910ffd954c6a88a0c2c66e195e53')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"