summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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
)