summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2024-03-16 04:18:04 +0800
committerlilac2024-03-16 04:18:04 +0800
commitf055b2c580a0f3bedf08f948e74dd2f54a09f37e (patch)
tree6a496af933b464d9e0b9f86c647edd4d6479e26a
parent7310ed3240ab194ffc9068aa86b63e2a2ec8e75c (diff)
downloadaur-python-pycocotools.tar.gz
[lilac] updated to 2.0.7-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12d92d14c7c4..acf807ffd57c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = python-pycocotools
pkgdesc = Official APIs for the MS-COCO dataset
pkgver = 2.0.7
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/pycocotools
arch = x86_64
- license = BSD
+ license = BSD-2-Clause
makedepends = cython
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
+ depends = glibc
depends = python-matplotlib
depends = python-numpy
source = pycocotools-2.0.7.tar.gz::https://files.pythonhosted.org/packages/source/p/pycocotools/pycocotools-2.0.7.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 04176d1afd65..d70b96d8b19d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=python-pycocotools
_pkgname=pycocotools
pkgver=2.0.7
-pkgrel=1
+pkgrel=2
pkgdesc='Official APIs for the MS-COCO dataset'
arch=(x86_64)
url='https://pypi.org/project/pycocotools'
-license=(BSD)
+license=('BSD-2-Clause')
depends=(
+ glibc
python-matplotlib
python-numpy
)