summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBlair Bonnett2023-08-12 13:18:49 +0200
committerBlair Bonnett2023-08-12 13:18:49 +0200
commiteba7444b0dcbce0ad71c8ee267c1cc3dfac46577 (patch)
treed027b58d31b3572a6bbb4c176a7ae065542894ab /PKGBUILD
parentbe597588cfaa8b53f6cf3c12d11a09e4ad5baf53 (diff)
downloadaur-python-erddapy.tar.gz
Update to 2.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68925c84f322..9341893720ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-erddapy
pkgdesc='Retrieve scientific datasets from ERDDAP servers'
-pkgver=2.0.1
+pkgver=2.2.0
pkgrel=1
url='https://ioos.github.io/erddapy/'
arch=('any')
@@ -24,7 +24,7 @@ source=(
"https://files.pythonhosted.org/packages/source/${_pypi::1}/$_pypi/$_pypi-$pkgver.tar.gz"
)
sha256sums=(
- 'a24afc1f47a7dd06759c7f92dd4e9e2b4c9edeec5b8c591c7511e72a9eced1de'
+ 'c76b115fb27a248e1a463db7358ec886b1252bde8857669679b4c507b1a1570d'
)
build() {