summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-11-25 12:54:36 +0800
committerlilac2021-11-25 12:54:36 +0800
commitab98486e7b208839306fd665fd22fc862444a486 (patch)
tree3307d041533387e52c246141db9ce3c967b4dee1
parentb09509d7891be2ebc6c63919185b3ecc74a611ec (diff)
downloadaur-ab98486e7b208839306fd665fd22fc862444a486.tar.gz
[lilac] updated to 2.0.3-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d0f06c350c3..3407869ea32f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pycocotools
pkgdesc = Official APIs for the MS-COCO dataset
- pkgver = 2.0.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://pypi.org/project/pycocotools
arch = x86_64
@@ -9,10 +9,9 @@ pkgbase = python-pycocotools
makedepends = python-setuptools
depends = python-matplotlib
depends = python-numpy
- source = python-pycocotools-2.0.2.tar.gz::https://files.pythonhosted.org/packages/source/p/pycocotools/pycocotools-2.0.2.tar.gz
+ source = python-pycocotools-2.0.3.tar.gz::https://files.pythonhosted.org/packages/source/p/pycocotools/pycocotools-2.0.3.tar.gz
source = LICENSE::https://github.com/cocodataset/cocoapi/raw/master/license.txt
- sha512sums = 902dee80a479063b84312a30d6f770f1f7876662f4145c3bd22326897c71f9f18255645880fa3ce15a25d2c0c91692268e4b554969667b961c742abe32deeb17
+ sha512sums = 4fa56257f35d42ebf0bcf7f576fea68eaefda3446e5d07d50ef60b061d7247359ad0b17371cde6ae27e09efd3ce796ffdab8b1165dc1dad7f147802fc4a5c0ad
sha512sums = 5fe64df67e41aa3fa97db466cedfbf659c308db1917d46396721e2d05146083323ef35f18b45e792f2bff70919449fc74394518d60c8ccf63979ae20ceb21595
pkgname = python-pycocotools
-
diff --git a/PKGBUILD b/PKGBUILD
index 434dc05b8076..85c21fedb511 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pycocotools
_pkgname=pycocotools
-pkgver=2.0.2
+pkgver=2.0.3
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=('902dee80a479063b84312a30d6f770f1f7876662f4145c3bd22326897c71f9f18255645880fa3ce15a25d2c0c91692268e4b554969667b961c742abe32deeb17'
+sha512sums=('4fa56257f35d42ebf0bcf7f576fea68eaefda3446e5d07d50ef60b061d7247359ad0b17371cde6ae27e09efd3ce796ffdab8b1165dc1dad7f147802fc4a5c0ad'
'5fe64df67e41aa3fa97db466cedfbf659c308db1917d46396721e2d05146083323ef35f18b45e792f2bff70919449fc74394518d60c8ccf63979ae20ceb21595')
build() {