summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-01-25 08:18:20 +0800
committerlilac2021-01-25 08:18:20 +0800
commit4245063def326056f6e0fa28ec3c671e38c94f76 (patch)
tree497b9d73397cc94251111cd4218c6ee87afc3ab7
parent9f6632b3c17c4b06b94f33bccf953977b2edcb01 (diff)
downloadaur-4245063def326056f6e0fa28ec3c671e38c94f76.tar.gz
[lilac] updated to 4.5.7-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1c678f1198e..7c640acc52fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = labelme
pkgdesc = Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).
- pkgver = 4.5.6
- pkgrel = 4
+ pkgver = 4.5.7
+ pkgrel = 1
url = https://github.com/wkentaro/labelme
arch = any
license = GPL
@@ -15,8 +15,8 @@ pkgbase = labelme
depends = python-yaml
optdepends = pyside2: Qt backend, at least install one Qt backend
optdepends = python-pyqt5: Qt backend
- source = labelme-4.5.6.tar.gz::https://github.com/wkentaro/labelme/archive/v4.5.6.tar.gz
- sha512sums = 614d13203a19c503a72750dfd911ea3295ef64058762894c9b56c4abd96a8da4240371075de592b86e1cd615b3ce0f4ea995ba60c44649c2e771feedf2c44e28
+ source = labelme-4.5.7.tar.gz::https://github.com/wkentaro/labelme/archive/v4.5.7.tar.gz
+ sha512sums = dec6309670f47b646e28457529e933bd4a14e73467b6000a2f981aae26da320fb332363dd7c0d26243c5cb05b59255e0f4652c770102474478476cec7f6010c1
pkgname = labelme
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}"