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 42d2851a08d8..345b96b4d26e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pandas_market_calendars
pkgdesc = Market and exchange trading calendars for pandas
- pkgver = 0.16
+ pkgver = 0.17
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-0.16.tar.gz
- sha256sums = a9e43d5bace442afa7069058ea06e185082c89bda7f7a22c013885dec2f352f0
+ source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-0.17.tar.gz
+ sha256sums = d3db0470d367c21e30812ee053ddd14f3ea0b99df4fe87cbdd5a7d57bbb9e996
pkgname = python-pandas_market_calendars
diff --git a/PKGBUILD b/PKGBUILD
index 8f30f65b9775..1af6af1ef7cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
-pkgver=0.16
+pkgver=0.17
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=('a9e43d5bace442afa7069058ea06e185082c89bda7f7a22c013885dec2f352f0')
+sha256sums=('d3db0470d367c21e30812ee053ddd14f3ea0b99df4fe87cbdd5a7d57bbb9e996')
build() {
cd $_pkgname-$pkgver