summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-06-27 21:21:28 +0800
committerlilac2021-06-27 21:21:28 +0800
commitef16d5c3e1d9b2d2642ec56c89ebde9d84dbec87 (patch)
tree1e6afb359dc2d93204d6df698e7197b215bc4c16
parent4245063def326056f6e0fa28ec3c671e38c94f76 (diff)
downloadaur-ef16d5c3e1d9b2d2642ec56c89ebde9d84dbec87.tar.gz
[lilac] updated to 4.5.9-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c640acc52fc..526611753c84 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.5.7
+ pkgver = 4.5.9
pkgrel = 1
url = https://github.com/wkentaro/labelme
arch = any
@@ -15,8 +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.5.7.tar.gz::https://github.com/wkentaro/labelme/archive/v4.5.7.tar.gz
- sha512sums = dec6309670f47b646e28457529e933bd4a14e73467b6000a2f981aae26da320fb332363dd7c0d26243c5cb05b59255e0f4652c770102474478476cec7f6010c1
+ source = labelme-4.5.9.tar.gz::https://github.com/wkentaro/labelme/archive/v4.5.9.tar.gz
+ sha512sums = eaee5f5db8db4cd4aa27b66e71a29004d3512b62290511d2b19132ed99f897f8f90ac180e6300b39a121d0f93f896cd0ff64a6677cb1aef360294760c476573d
pkgname = labelme
-
diff --git a/PKGBUILD b/PKGBUILD
index 55a65b58f79b..6d378a1302a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Butui Hu <hot123tea123@gmail.com>
pkgname=labelme
-pkgver=4.5.7
+pkgver=4.5.9
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=('dec6309670f47b646e28457529e933bd4a14e73467b6000a2f981aae26da320fb332363dd7c0d26243c5cb05b59255e0f4652c770102474478476cec7f6010c1')
+sha512sums=('eaee5f5db8db4cd4aa27b66e71a29004d3512b62290511d2b19132ed99f897f8f90ac180e6300b39a121d0f93f896cd0ff64a6677cb1aef360294760c476573d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"