summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 315d27141d28..55a65b58f79b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Butui Hu <hot123tea123@gmail.com>
pkgname=labelme
-pkgver=4.5.6
-pkgrel=4
+pkgver=4.5.7
+pkgrel=1
pkgdesc='Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).'
arch=('any')
url='https://github.com/wkentaro/labelme'
@@ -24,7 +24,7 @@ optdepends=(
"python-pyqt5: Qt backend"
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wkentaro/labelme/archive/v${pkgver}.tar.gz")
-sha512sums=('614d13203a19c503a72750dfd911ea3295ef64058762894c9b56c4abd96a8da4240371075de592b86e1cd615b3ce0f4ea995ba60c44649c2e771feedf2c44e28')
+sha512sums=('dec6309670f47b646e28457529e933bd4a14e73467b6000a2f981aae26da320fb332363dd7c0d26243c5cb05b59255e0f4652c770102474478476cec7f6010c1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"