summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-10-07 06:29:42 +0800
committerlilac2021-10-07 06:29:42 +0800
commit9d79f21ef47dfc5d7c34dbb006c53505ec023134 (patch)
tree6a22cdb6a83a61b884056c51720c814d95b667ae
parent46590f967522fe7f0bf620e51c113fd475b0b2ba (diff)
downloadaur-9d79f21ef47dfc5d7c34dbb006c53505ec023134.tar.gz
[lilac] updated to 4.5.13-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f4ac4e9d4c8..e25c37324397 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.12
+ pkgver = 4.5.13
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.5.12.tar.gz::https://github.com/wkentaro/labelme/archive/v4.5.12.tar.gz
- sha512sums = 7f184c5cf644020c48dca91f067a2bcfaf99b45e9ffe7f804bf9933242c4a35e1d4876eef0a34e1b9e03adcdec397e1a038ec779f70e154376b585394b04ed02
+ source = labelme-4.5.13.tar.gz::https://github.com/wkentaro/labelme/archive/v4.5.13.tar.gz
+ sha512sums = f3f215043ef8513eeb447958dc5e1314f16c61ef41dae670807da790ffdf7b912cbe4a0745add315f436e26c7d6fedc850a2c3b905289d58d9413a88f0956c78
pkgname = labelme
diff --git a/PKGBUILD b/PKGBUILD
index 259e0a245521..c02fb28805b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Butui Hu <hot123tea123@gmail.com>
pkgname=labelme
-pkgver=4.5.12
+pkgver=4.5.13
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=('7f184c5cf644020c48dca91f067a2bcfaf99b45e9ffe7f804bf9933242c4a35e1d4876eef0a34e1b9e03adcdec397e1a038ec779f70e154376b585394b04ed02')
+sha512sums=('f3f215043ef8513eeb447958dc5e1314f16c61ef41dae670807da790ffdf7b912cbe4a0745add315f436e26c7d6fedc850a2c3b905289d58d9413a88f0956c78')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"