summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-08-30 20:46:42 +0800
committerlilac2020-08-30 20:46:42 +0800
commitb09509d7891be2ebc6c63919185b3ecc74a611ec (patch)
treed5a433a7e7bbcdf0ba4f325c6073235b27734106
parentd2fe448287a8fb83f313264bc6ff55a3a8be772b (diff)
downloadaur-b09509d7891be2ebc6c63919185b3ecc74a611ec.tar.gz
[lilac] updated to 2.0.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37b24cddd0f8..6d0f06c350c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pycocotools
pkgdesc = Official APIs for the MS-COCO dataset
- pkgver = 2.0.1
- pkgrel = 2
+ pkgver = 2.0.2
+ pkgrel = 1
url = https://pypi.org/project/pycocotools
arch = x86_64
license = BSD
@@ -9,9 +9,9 @@ pkgbase = python-pycocotools
makedepends = python-setuptools
depends = python-matplotlib
depends = python-numpy
- source = python-pycocotools-2.0.1.tar.gz::https://files.pythonhosted.org/packages/source/p/pycocotools/pycocotools-2.0.1.tar.gz
+ source = python-pycocotools-2.0.2.tar.gz::https://files.pythonhosted.org/packages/source/p/pycocotools/pycocotools-2.0.2.tar.gz
source = LICENSE::https://github.com/cocodataset/cocoapi/raw/master/license.txt
- sha512sums = e69e8339c4511062755f35d926153ddf37471d094fd8db16912b941b7935c9285c3806c0af1d7c2e772667faf8c42eac4277cc4548acb7e2b2a82c3170e0cb01
+ sha512sums = 902dee80a479063b84312a30d6f770f1f7876662f4145c3bd22326897c71f9f18255645880fa3ce15a25d2c0c91692268e4b554969667b961c742abe32deeb17
sha512sums = 5fe64df67e41aa3fa97db466cedfbf659c308db1917d46396721e2d05146083323ef35f18b45e792f2bff70919449fc74394518d60c8ccf63979ae20ceb21595
pkgname = python-pycocotools
diff --git a/PKGBUILD b/PKGBUILD
index 6b8743c846e6..434dc05b8076 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-pycocotools
_pkgname=pycocotools
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
pkgdesc='Official APIs for the MS-COCO dataset'
arch=(x86_64)
url='https://pypi.org/project/pycocotools'
@@ -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=('e69e8339c4511062755f35d926153ddf37471d094fd8db16912b941b7935c9285c3806c0af1d7c2e772667faf8c42eac4277cc4548acb7e2b2a82c3170e0cb01'
+sha512sums=('902dee80a479063b84312a30d6f770f1f7876662f4145c3bd22326897c71f9f18255645880fa3ce15a25d2c0c91692268e4b554969667b961c742abe32deeb17'
'5fe64df67e41aa3fa97db466cedfbf659c308db1917d46396721e2d05146083323ef35f18b45e792f2bff70919449fc74394518d60c8ccf63979ae20ceb21595')
build() {