summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51c88b801ddf..9d9af5b4e1df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
-pkgver=1.3.3
+pkgver=1.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=('ca57df0df7ef355d09cc3e7f127a6ff67a032059e6216a3d64b8064cb8c24b04')
+sha256sums=('e1eb77d64e8d5922b72b16cdfaac2c9c9f27e52963878edb60e4ffdad4595053')
build() {
cd $_pkgname-$pkgver