summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2024-03-16 04:18:04 +0800
committerlilac2024-03-16 04:18:04 +0800
commitf055b2c580a0f3bedf08f948e74dd2f54a09f37e (patch)
tree6a496af933b464d9e0b9f86c647edd4d6479e26a /PKGBUILD
parent7310ed3240ab194ffc9068aa86b63e2a2ec8e75c (diff)
downloadaur-python-pycocotools.tar.gz
[lilac] updated to 2.0.7-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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
)