summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2021-10-13 17:29:42 +0100
committerkewl fft2021-10-13 17:29:42 +0100
commitc5943d24937d255e180bd597224ad786b97bd409 (patch)
tree291bf0da71d55dc1df3ad148f083f35ed95582c0 /PKGBUILD
parentc21faa04b4791d0d6fa2571b15dd07d08c2f07c9 (diff)
downloadaur-c5943d24937d255e180bd597224ad786b97bd409.tar.gz
Update to version 3.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c5302f0ee7e..d3e1bf28e7e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pandas_market_calendars
_pkgname=${pkgname#python-}
-pkgver=3.1
+pkgver=3.2
pkgrel=1
pkgdesc="Market and exchange trading calendars for pandas"
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
url="https://github.com/rsheftel/$_pkgname"
license=('MIT')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('611bac4049b23a321a7998eb38ef300a5237038cfa089991b5d0b2c3bae90e06')
+sha256sums=('5c67ec7158c298aa3efc6913d0c53b82239de779611d5eec23333ff5a2927cf2')
build() {
cd $_pkgname-$pkgver