summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-02-27 05:38:52 +0800
committerlilac2022-02-27 05:38:52 +0800
commitfaeaebd07aa823eee186a5641d1602f18f7a1a85 (patch)
tree50100e480d02e1e1fbe8f5b2f61c85f09a011e01
parentd6ebb81ecce45a3c5a37f76bfd8a35a0f7a29e46 (diff)
downloadaur-faeaebd07aa823eee186a5641d1602f18f7a1a85.tar.gz
[lilac] updated to 5.0.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d98221979262..a9d5c2af53a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = labelme
pkgdesc = Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).
- pkgver = 4.6.0
+ pkgver = 5.0.0
pkgrel = 1
url = https://github.com/wkentaro/labelme
arch = any
@@ -15,7 +15,7 @@ pkgbase = labelme
depends = python-yaml
optdepends = pyside2: Qt backend, at least install one Qt backend
optdepends = python-pyqt5: Qt backend
- source = labelme-4.6.0.tar.gz::https://github.com/wkentaro/labelme/archive/v4.6.0.tar.gz
- sha512sums = 320293bb2e93673af9f7f97d48f28d2ec79e6e11df8d48006f6c8f868fea3f6199149b639ddb81c9c40bc8816a1a9514a2b6dd6c262138ad3f444829c8fe3300
+ source = labelme-5.0.0.tar.gz::https://github.com/wkentaro/labelme/archive/v5.0.0.tar.gz
+ sha512sums = 48d6344a2e414a9815562d34dbad05e9ac7ccdedfe31591920af34cd56b951bffc87882e6b12fa6347d3d8d599366474b6553ce63afbb56efb4ac07118c6f497
pkgname = labelme
diff --git a/PKGBUILD b/PKGBUILD
index 840ba7ad6e31..a1a70cd92fc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Butui Hu <hot123tea123@gmail.com>
pkgname=labelme
-pkgver=4.6.0
+pkgver=5.0.0
pkgrel=1
pkgdesc='Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).'
arch=('any')
@@ -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=('320293bb2e93673af9f7f97d48f28d2ec79e6e11df8d48006f6c8f868fea3f6199149b639ddb81c9c40bc8816a1a9514a2b6dd6c262138ad3f444829c8fe3300')
+sha512sums=('48d6344a2e414a9815562d34dbad05e9ac7ccdedfe31591920af34cd56b951bffc87882e6b12fa6347d3d8d599366474b6553ce63afbb56efb4ac07118c6f497')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"