summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 750c4f6c16ea..b0fbe471a66f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pandas_market_calendars
pkgdesc = Market and exchange trading calendars for pandas
- pkgver = 1.3.3
+ pkgver = 1.3.4
pkgrel = 1
url = https://github.com/rsheftel/pandas_market_calendars
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-pandas_market_calendars
depends = python-six
depends = python-pytz
depends = python-pandas
- source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-1.3.3.tar.gz
- sha256sums = ca57df0df7ef355d09cc3e7f127a6ff67a032059e6216a3d64b8064cb8c24b04
+ source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-1.3.4.tar.gz
+ sha256sums = e1eb77d64e8d5922b72b16cdfaac2c9c9f27e52963878edb60e4ffdad4595053
pkgname = python-pandas_market_calendars
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