summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSZanko2021-02-16 22:38:09 +0100
committerSZanko2021-02-16 22:38:09 +0100
commit46191f4461fc54ed984a8dbcdf68329e66513c5b (patch)
tree5827cf71c3ea6a7fe67cde68c35c3e6efd065650
parentd992a0d106073fdaa13e9020a0bba57c1ece838c (diff)
downloadaur-46191f4461fc54ed984a8dbcdf68329e66513c5b.tar.gz
Updated to Version 0.2.23
Signed-off-by: SZanko <szanko@protonmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ea1263a93ca..1edb31402623 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-data-science-types
pkgdesc = Mypy type stubs for numpy, pandas and matplotlib
- pkgver = 0.2.22
+ pkgver = 0.2.23
pkgrel = 2
url = https://github.com/predictive-analytics-lab/data-science-types
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-data-science-types
optdepends = python-numpy: for numpy support
optdepends = python-pandas: for pandas support
optdepends = python-matplotlib: for matplotlib support
- source = https://github.com/predictive-analytics-lab/data-science-types/archive/v0.2.22.tar.gz
- sha256sums = 89b3c3f742303e1922488ebc02b9660d1db55d8f80f5c49f87977f1c1a4572c2
+ source = https://github.com/predictive-analytics-lab/data-science-types/archive/v0.2.23.tar.gz
+ sha256sums = 3778ba8243d546a7b41eecedf69d37f2a4ddd344a3a69198a704ae384dec8cef
pkgname = python-data-science-types
diff --git a/PKGBUILD b/PKGBUILD
index 8b927fd00d9a..a18373b2e434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=data-science-types
pkgname=python-${_pkgname}
-pkgver=0.2.22
+pkgver=0.2.23
pkgrel=2
pkgdesc="Mypy type stubs for numpy, pandas and matplotlib"
arch=('any')
@@ -15,7 +15,7 @@ optdepends=(
'python-matplotlib: for matplotlib support'
)
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('89b3c3f742303e1922488ebc02b9660d1db55d8f80f5c49f87977f1c1a4572c2')
+sha256sums=('3778ba8243d546a7b41eecedf69d37f2a4ddd344a3a69198a704ae384dec8cef')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"