summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-09-17 20:31:05 +0800
committerlilac2022-09-17 20:31:05 +0800
commit615c8d6353f0c4971aca719e00de0490ff45469c (patch)
treeb76a9271ce25d662dece864efa686f1f3738d769
parent860e1dc69aa63e765492da7300707352039a9f47 (diff)
downloadaur-615c8d6353f0c4971aca719e00de0490ff45469c.tar.gz
[lilac] updated to 2.0.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6cc835fa251..c80d6d0f930f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pycocotools
pkgdesc = Official APIs for the MS-COCO dataset
- pkgver = 2.0.4
+ pkgver = 2.0.5
pkgrel = 1
url = https://pypi.org/project/pycocotools
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = python-pycocotools
makedepends = python-setuptools
depends = python-matplotlib
depends = python-numpy
- source = python-pycocotools-2.0.4.tar.gz::https://files.pythonhosted.org/packages/source/p/pycocotools/pycocotools-2.0.4.tar.gz
+ source = python-pycocotools-2.0.5.tar.gz::https://files.pythonhosted.org/packages/source/p/pycocotools/pycocotools-2.0.5.tar.gz
source = LICENSE::https://github.com/cocodataset/cocoapi/raw/master/license.txt
- sha512sums = 024579f4d43fe1d741849f4e41379a4d5850cba3ce17c833fa0529c7c33effe50fe40c5a48c8093dada87666d63f130ab7595b8d1feff490362c052efdc3e4ab
+ sha512sums = 523036d736764f5f34419f2ec2f59c43a59473e84a2812284ad61658e7461a22644f5621ae346dce6e356ed6b04a0682adfb7800fd55bb943488d1099ab99e77
sha512sums = 5fe64df67e41aa3fa97db466cedfbf659c308db1917d46396721e2d05146083323ef35f18b45e792f2bff70919449fc74394518d60c8ccf63979ae20ceb21595
pkgname = python-pycocotools
diff --git a/PKGBUILD b/PKGBUILD
index 263306b8d0cc..96ca4af1a074 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pycocotools
_pkgname=pycocotools
-pkgver=2.0.4
+pkgver=2.0.5
pkgrel=1
pkgdesc='Official APIs for the MS-COCO dataset'
arch=(x86_64)
@@ -19,7 +19,7 @@ makedepends=(
source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"LICENSE::https://github.com/cocodataset/cocoapi/raw/master/license.txt")
-sha512sums=('024579f4d43fe1d741849f4e41379a4d5850cba3ce17c833fa0529c7c33effe50fe40c5a48c8093dada87666d63f130ab7595b8d1feff490362c052efdc3e4ab'
+sha512sums=('523036d736764f5f34419f2ec2f59c43a59473e84a2812284ad61658e7461a22644f5621ae346dce6e356ed6b04a0682adfb7800fd55bb943488d1099ab99e77'
'5fe64df67e41aa3fa97db466cedfbf659c308db1917d46396721e2d05146083323ef35f18b45e792f2bff70919449fc74394518d60c8ccf63979ae20ceb21595')
build() {