summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2022-03-27 15:16:42 +0100
committerkewl fft2022-03-27 15:16:42 +0100
commitf7792dbdf0ff77440e94260519b3965381d27e63 (patch)
tree02bd7e3c13d3265c9a34f38876df88f803d4f4d6 /PKGBUILD
parentc5943d24937d255e180bd597224ad786b97bd409 (diff)
downloadaur-f7792dbdf0ff77440e94260519b3965381d27e63.tar.gz
Update to version 3.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3e1bf28e7e4..46165cb843d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pandas_market_calendars
_pkgname=${pkgname#python-}
-pkgver=3.2
+pkgver=3.4
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=('5c67ec7158c298aa3efc6913d0c53b82239de779611d5eec23333ff5a2927cf2')
+sha256sums=('d7c8130df56b4628c582bcb924c0c5fe664e6ac401f364296481c0bb6daf77e9')
build() {
cd $_pkgname-$pkgver