summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-08-14 20:44:19 +0800
committerlilac2023-08-14 20:44:19 +0800
commit7310ed3240ab194ffc9068aa86b63e2a2ec8e75c (patch)
treee3f2bdb4ec51ab39e72896d5b85b43120658606a
parentef6ac66d439b33b21632af7e16c06ad9a2726b6f (diff)
downloadaur-7310ed3240ab194ffc9068aa86b63e2a2ec8e75c.tar.gz
[lilac] updated to 2.0.7-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5782dc923c3..12d92d14c7c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pycocotools
pkgdesc = Official APIs for the MS-COCO dataset
- pkgver = 2.0.6
- pkgrel = 2
+ pkgver = 2.0.7
+ pkgrel = 1
url = https://pypi.org/project/pycocotools
arch = x86_64
license = BSD
@@ -12,9 +12,9 @@ pkgbase = python-pycocotools
makedepends = python-wheel
depends = python-matplotlib
depends = python-numpy
- source = pycocotools-2.0.6.tar.gz::https://files.pythonhosted.org/packages/source/p/pycocotools/pycocotools-2.0.6.tar.gz
+ source = pycocotools-2.0.7.tar.gz::https://files.pythonhosted.org/packages/source/p/pycocotools/pycocotools-2.0.7.tar.gz
source = LICENSE::https://github.com/cocodataset/cocoapi/raw/master/license.txt
- sha512sums = 7e8e74a629c1c1a0098ebcccb0db09ba0291ed106abdf6ce5d050f756ae0f4ddda06e7d3f0251f20678c52d86596f23d57c890c5dfda37f51022cd5f1ef60ac3
+ sha512sums = 39f03f1df283ad9a286d821811a7c3b1d6800e85785200eec91ae9640d2fdad6c1e2a3efb7f65b6b3052292d7b436b73562fe79654f92ef937707ed55e33c774
sha512sums = 5fe64df67e41aa3fa97db466cedfbf659c308db1917d46396721e2d05146083323ef35f18b45e792f2bff70919449fc74394518d60c8ccf63979ae20ceb21595
pkgname = python-pycocotools
diff --git a/PKGBUILD b/PKGBUILD
index 1144a4d4e253..04176d1afd65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-pycocotools
_pkgname=pycocotools
-pkgver=2.0.6
-pkgrel=2
+pkgver=2.0.7
+pkgrel=1
pkgdesc='Official APIs for the MS-COCO dataset'
arch=(x86_64)
url='https://pypi.org/project/pycocotools'
@@ -22,7 +22,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=('7e8e74a629c1c1a0098ebcccb0db09ba0291ed106abdf6ce5d050f756ae0f4ddda06e7d3f0251f20678c52d86596f23d57c890c5dfda37f51022cd5f1ef60ac3'
+sha512sums=('39f03f1df283ad9a286d821811a7c3b1d6800e85785200eec91ae9640d2fdad6c1e2a3efb7f65b6b3052292d7b436b73562fe79654f92ef937707ed55e33c774'
'5fe64df67e41aa3fa97db466cedfbf659c308db1917d46396721e2d05146083323ef35f18b45e792f2bff70919449fc74394518d60c8ccf63979ae20ceb21595')
build() {