summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2021-09-05 11:46:27 +0100
committerkewl fft2021-09-05 11:46:27 +0100
commitc21faa04b4791d0d6fa2571b15dd07d08c2f07c9 (patch)
tree5be325429d8ee218ab374c3450d9a670069a9eca /PKGBUILD
parent71d1f92658a43d8622ed2f52262e33bd3a83ab32 (diff)
downloadaur-c21faa04b4791d0d6fa2571b15dd07d08c2f07c9.tar.gz
Update to version 3.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f87d7470899c..6c5302f0ee7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pandas_market_calendars
_pkgname=${pkgname#python-}
-pkgver=3.0
+pkgver=3.1
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=('d1746d4095afa6d08669c9cd76f653e6c13d060c3b4fb0e98ccd8d2fa3c53678')
+sha256sums=('611bac4049b23a321a7998eb38ef300a5237038cfa089991b5d0b2c3bae90e06')
build() {
cd $_pkgname-$pkgver