summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c9c78492a73..8b927fd00d9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pkgname=data-science-types
pkgname=python-${_pkgname}
pkgver=0.2.22
-pkgrel=1
-pkgdesc="Python port of the parser used internally by GNU bash"
+pkgrel=2
+pkgdesc="Mypy type stubs for numpy, pandas and matplotlib"
arch=('any')
url="https://github.com/predictive-analytics-lab/data-science-types"
-license=('GPL3')
+license=('Apache')
depends=('python' 'mypy')
optdepends=(
'python-numpy: for numpy support'