summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSZanko2021-01-14 15:36:00 +0100
committerSZanko2021-01-14 15:36:00 +0100
commitd992a0d106073fdaa13e9020a0bba57c1ece838c (patch)
tree8eeaf3a98abb3139417d99222c1e2ed500eefd2a /PKGBUILD
parentcfa850871ef9bbd8c841f9d8d07f81efcef9fbd9 (diff)
downloadaur-d992a0d106073fdaa13e9020a0bba57c1ece838c.tar.gz
Updated License and Description
Signed-off-by: SZanko <szanko@protonmail.com>
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'