summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2020-07-12 07:49:35 -0400
committerkewl fft2020-07-12 07:49:35 -0400
commit8a39368be9c350c75e573a7b80f624d9c22a755e (patch)
tree4ce709bb79dc278a15360ee15c8820ea5d693347 /PKGBUILD
parent399466595bf2887ee2ffb9711c0d6df8b10aae8e (diff)
downloadaur-8a39368be9c350c75e573a7b80f624d9c22a755e.tar.gz
Update to version 1.4.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b908f96339b..6eb09e052662 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
-pkgver=1.3.5
+pkgver=1.4.0
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=('1a301ebfc500dd41f1bdbda87e676018019574aeba4aa05b0666f27b5f372998')
+sha256sums=('adc4425f6c72522efd829d2e0da65ce5961b8ccc60a8fcebee99d7dea2463745')
build() {
cd $_pkgname-$pkgver