diff options
author | lilac | 2021-10-07 06:29:42 +0800 |
---|---|---|
committer | lilac | 2021-10-07 06:29:42 +0800 |
commit | 9d79f21ef47dfc5d7c34dbb006c53505ec023134 (patch) | |
tree | 6a22cdb6a83a61b884056c51720c814d95b667ae | |
parent | 46590f967522fe7f0bf620e51c113fd475b0b2ba (diff) | |
download | aur-9d79f21ef47dfc5d7c34dbb006c53505ec023134.tar.gz |
[lilac] updated to 4.5.13-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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}" |